Destination Countries
API Endpoints
Destination Countries
Retrieves a list of valid destination countries for a given sending country and payout method, used for defining remittance corridors.
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 TokenThe JWT Access Token obtained from the
/login or /refresh-token
endpoint. This token must belong to a user with appropriate permissions. Platform identifier. Use
fincode. Unique request identifier.
Path Parameters
The dynamic parts of the URL are mandatory for filtering the results.The country code of the customer sending the money (ISO 3166-1 alpha-3
code).
The intended payout method (e.g.,
ACCOUNTPAYMENT, CASH_PICKUP).