Supported Currencies
API Endpoints
Supported Currencies
Retrieves the list of supported currencies for a specific remittance corridor and delivery method.
GET
Supported Currencies
This endpoint is the final step in determining the valid parameters for initiating a transaction. It retrieves all supported payout currencies for the specified sending country, receiving country, and delivery method.
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 (e.g.,
MANAGER or AGENT). Platform identifier. Use
fincode. Unique request identifier.
Path Parameters
All path parameters are mandatory to define the specific corridor.The country code the customer is sending from (ISO 3166-1 alpha-3 code).
The country code the recipient is in (ISO 3166-1 alpha-3 code).
The intended payout method (e.g.,
ACCOUNTPAYMENT, CASH_PICKUP).