v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Withdraw Endpoints

gcm/recall/request

Create a recall request for the provided transaction id.

post/gcm/recall/request

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

RecallExplanationstring required

A customer provided explanation for the recall.

RecallReasonstring required

The reason for the recall, acceptable values are: Duplicate Transaction, Incorrect Recipient Information, Incorrect Amount, Suspected Fraud, Money did not arrive to the recipient's account.

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"
}