Cancel Transaction
Details on cancelling a transaction that has been created in our system
Bank transactions that have not been submitted for processing can be canceled using this API. You will receive appropriate error messages if a transaction cannot be canceled.
Transactions can be cancelled in INITIATED, PENDING and HOLD status.
DELETE /v2/senders/{{senderId}}/transactions/{{transactionId}}
Field | Required | Type | Description |
---|---|---|---|
senderId | Yes | UUID | Sender ID. |
transactionId | Yes | UUID | Transaction ID. |
Last updated