Capture transaction.
Captures a BNPL transaction. Also depends on the transaction flow configuration.
Path Parameters
- Type: stringtransaction
_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"
}
