Capture transaction.

Captures a BNPL transaction. Also depends on the transaction flow configuration.

Path Parameters
  • transaction_id
    Type: string
    required
Responses
  • application/json
  • application/json
Request Example for post/v1/bnpl/transaction/{transaction_id}/capture
curl '/v1/bnpl/transaction/{transaction_id}/capture' \
  --request POST
{
  "transaction_id": "string",
  "status": "string"
}