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.
This endpoint requires a valid Access Token
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
The dynamic parts of the URL are mandatory for filtering the results.
sendingCountryCode
string
default:"GBR"
required
The country code of the customer sending the money (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/destination-country-by-delivery-method/GBR/ACCOUNTPAYMENT' \
--header 'platform: fincode' \
--header 'uuid: 200'
platform
string
default:fincode
required
uuid
string
default:200
required
sendingCountryCode
string
default:GBR
required
deliveryMethod
string
default:ACCOUNTPAYMENT
required
List of destination countries