Capture a payment

Request a payment capture during a workflow execution.

Path Params
string
required

Path parameter to specify the workflow code.

uuid
required

Identifier of the resource in Payrails.

Body Params
amount
object

The amount to capture, including currency. Full amount will be captured if not specified.

string

Reason for invoking the operation or action.

string

An optional field to include any necessary information for the capture action.

meta
object

Metadata for the context of an execution. Includes Payrails-defined structures for most common fields used in workflows, but can also be extended by merchant or provider-specific fields. For more information, visit our Meta Fields guide.

boolean

The final parameter indicates if multiple partial captures are expected, if the value is false and the captured amount is less than the authorized amount then multiple partial captures can be applied until reaching the original authorized amount, if the value is true or the parameter is not sent the capture will be treated as a final capture and no further capture request will be accepted for it.

Headers
uuid
required

Idempotency key to be used.
Sending again the same key would return the same result without re-executing the update.

Responses

Response body
object
string
required

Triggers the selected payments on PSP and book the movements on the ledger.

capture

uuid
required

Unique identifier for this action execution. If its processing is done asynchronously, you will receive a notification with the same actionId.

date-time
required

Date and time when execution of the Action was started.

links
object
required
string

Reason for invoking the operation or action.

BetterPrice CustomerDontNeed DamagedProduct Duplicate FraudulentProduct LateDelivery NoReason ProductMismatchDescription WrongProduct WrongProductSpecification

string

An optional field to include any necessary information for the capture action.

Language
Credentials