Capture transaction Also depends on the TransactionFlowConfig This will capture a transaction.

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"
}