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 Tokenstring
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).