Undo Transaction

This API allows API-integrated merchants to undo, or reverse a transfer that is in the "In Progress" state. It is intended to provide a configurable grace period during which the merchant can stop a transaction from proceeding further, especially in cases of duplication, error, or last-minute changes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Unique identifier of the transfer that needs to be undone or reversed. This ID must correspond to a transaction currently in the "In Progress" state. The undo operation will fail if the transfer is already processed, rejected, or reversed.

string
required
Defaults to reversed

Set this parameter to Reversed to indicate that the specified transfer should be undone. This status is used to trigger the reversal logic for transactions that are currently in the "In Progress" state. Any other status value will be considered invalid for this API.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain