Skip to main content
GET
Destination Countries
This endpoint retrieves the list of countries where money can be sent, based on the customer’s current location (sendingCountryCode) and the intended method of delivery (e.g., ACCOUNTPAYMENT). This is a key step in initiating a transaction.

Request Headers

This endpoint requires a valid Access Token
string
required
The JWT Access Token obtained from the /login or /refresh-token endpoint. This token must belong to a user with appropriate permissions.
string
default:"fincode"
required
      Platform identifier. Use fincode.
string
default:"200"
required
      Unique request identifier.

Path Parameters

The dynamic parts of the URL are mandatory for filtering the results.
string
default:"GBR"
required
The country code of the customer sending the money (ISO 3166-1 alpha-3 code).
string
default:"ACCOUNTPAYMENT"
required
The intended payout method (e.g., ACCOUNTPAYMENT, CASH_PICKUP).

Code Examples

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Path Parameters

sendingCountryCode
string
default:GBR
required
deliveryMethod
string
default:ACCOUNTPAYMENT
required

Response

200

List of destination countries