v1
latestOpenAPI 3.0.02026-07-2640301.0 MBDelivery 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
Example response
{
"Countries": {
"0": {
"CorridorID": "1",
"Country": "Australia",
"DestinationCountryAbbreviation": "AUS"
}
}
}