Void transaction Also depends on the TransactionFlowConfig This will void a transaction only if not is not captured yet.
Path Parameters
- Type: string
transaction _id required
Responses
- application/json
- application/json
Request Example for post/v1/bnpl/transaction/{transaction_id}/void
curl '/v1/bnpl/transaction/{transaction_id}/void' \
--request POST
{
"transaction_id": "string",
"status": "string"
}
