v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Withdraw Endpoints

gcm/withdraw/confirm

Confirm a partially complete crossborder withdrawal transaction.

post/gcm/withdraw/confirm

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

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