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
Example response
{
"TransactionID": "1234567"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.