Payment Authorization Capture
Overview
Payment Authorization Capture will capture the full amount of a previous Payment Authorization transaction.
Prerequisites
There is one prerequisite resource that must be created before requesting a payment capture.
| Object | Definition |
|---|
| Chargent Transaction | Transactions record the results of the requests made to the payment gateway on the Chargent Order. Transactions are also used to make additional requests in the payments lifecycle. |
Create Payment Authorization
Flow Action
| Action Name | Label | Category |
|---|
| apex-ChargentBase_FlowPaymentsCaptures | Chargent Payments Captures | Chargent Payments |
Flow Method
| Method Name | Input | Input Type | Output | Output Type |
|---|
| capture() | transactionIds | List<Id> | CaptureOutput | List<CaptureOutput> |
CaptureOutput Properties
| Property | Type | Description |
|---|
| status | Boolean | Success or failure status for the payment capture action. |
| message | String | The detailed message for the result of the payment capture action. |
| transactionId | String | The transaction ID associated with capture to the Chargent Order. |
Learn More
Learn more about Payment Captures.