Skip to main content
GET
/
quote
/
supported-currencies
/
{sendingCountryCode}
/
{receivingCountryCode}
/
{deliveryMethod}
Supported Currencies
curl --request GET \
  --url https://{tenant}.fincode.software/api/v6/services/quote/supported-currencies/{sendingCountryCode}/{receivingCountryCode}/{deliveryMethod} \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>'
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 Token
X-Auth-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 (e.g., MANAGER or AGENT).
platform
string
default:"fincode"
required
      Platform identifier. Use fincode.
uuid
string
default:"200"
required
      Unique request identifier.

Path Parameters

All path parameters are mandatory to define the specific corridor.
sendingCountryCode
string
default:"GBR"
required
The country code the customer is sending from (ISO 3166-1 alpha-3 code).
receivingCountryCode
string
default:"NGA"
required
The country code the recipient is in (ISO 3166-1 alpha-3 code).
deliveryMethod
string
default:"ACCOUNTPAYMENT"
required
The intended payout method (e.g., ACCOUNTPAYMENT, CASH_PICKUP).

Code Examples

curl --location 'https://remitjunction.fincode.software/api/v6/services/quote/supported-currencies/GBR/NGA/ACCOUNTPAYMENT' \
--header 'platform: fincode' \
--header 'uuid: 200'

Headers

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

Path Parameters

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

Response

200

List of supported currencies