v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Withdraw Endpoints

gcm/withdraw/cancel

Cancel a partially complete crossborder withdrawal transaction.

post/gcm/withdraw/cancel

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

TransactionIDstring required

The transaction ID

CancellationReasonstring required

A customer provided reason for the cancellation, this will show up in the transaction details.

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Error message if any

TransactionIDstring

The transaction ID

Example response

{
  "TransactionID": "1234567"
}