v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Delivery Method Endpoints

gcm/countries

Get a list of all the available countries for a specific use case that support cross border transactions.

get/gcm/countries

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

UseCasestring

Valid values are B2B, B2P, P2B, P2P

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "Countries": {
    "0": {
      "CorridorID": "1",
      "Country": "Australia",
      "DestinationCountryAbbreviation": "AUS"
    }
  }
}