Skip to main content
GET
/
quote
/
destination-country-by-delivery-method
/
{sendingCountryCode}
/
{deliveryMethod}
Destination Countries
curl --request GET \
  --url https://{tenant}.fincode.software/api/v6/services/quote/destination-country-by-delivery-method/{sendingCountryCode}/{deliveryMethod} \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>'
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 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

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'

Headers

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

Path Parameters

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

Response

200

List of destination countries