v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Withdraw Endpoints

gcm/withdraw

Create a crossborder withdrawal transaction from a provided quote.

post/gcm/withdraw

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

CrossborderQuoteIDstring required

The crossborder quote ID

DeliveryMethodTokenstring required

The delivery method token

PurposeOfPaymentstring required

The purpose of the payment

RelationshipWithBeneficiarystring

The relationship with the beneficiary

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Error message if any

TransactionIDstring

The transaction ID

CashoutCodestring

The cashout code

Example response

{
  "TransactionID": "1234567",
  "CashoutCode": "xzczgahodi"
}