Skip to main content
GET
/
quote
/
supported-delivery-currencies
/
{sendingCountryCode}
/
{receivingCountryCode}
/
{deliveryMethod}
/
{sendingCurrencyCode}
Delivery Currencies
curl --request GET \
  --url https://{tenant}.fincode.software/api/v6/services/quote/supported-delivery-currencies/{sendingCountryCode}/{receivingCountryCode}/{deliveryMethod}/{sendingCurrencyCode} \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>'
This endpoint finalizes the currency selection by returning the payout currencies available in the destination country. It factors in the corridor and the specific source currency (sendingCurrencyCode) that the sender has chosen to pay with.

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.
platform
string
default:"fincode"
required
      Platform identifier. Use fincode.
uuid
string
default:"200"
required
      Unique request identifier.

Path Parameters

sendingCountryCode
string
default:"GBR"
required
The country code the customer is sending from.
receivingCountryCode
string
default:"NGA"
required
The country code the recipient is in.
deliveryMethod
string
default:"ACCOUNTPAYMENT"
required
The intended payout method.
sendingCurrencyCode
string
default:"GBP"
required
The specific source currency the sender is paying with (e.g., GBP). This is the new parameter.

Code Examples

curl --location 'https://remitjunction.fincode.software/api/v6/services/quote/supported-delivery-currencies/GBR/NGA/ACCOUNTPAYMENT/GBP' \
--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
sendingCurrencyCode
string
default:GBP
required

Response

200

List of delivery currencies