Capture transaction Also depends on the TransactionFlowConfig This will capture a transaction.
Path Parameters
- Type: string
transaction _id 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"
}
