latestOpenAPI 3.1.02026-08-108936.3 KB

b3e625f21841

FX Quotes

Get quotes for a specific currency pair and amount

Retrieves a list of quotes for currency exchange based on the specified country/currency pair and the amount (denominated in either the source currency or destination currency)

get/v1/quotes

Query parameters

sourceCountrystring required

2-letter country code for the Source Country

sourceCurrencystring required

3-letter currency code for the Source Currency

destinationCountrystring required

2-letter country code for the Destination Country

destinationCurrencystring required

3-letter currency code for the Destination Currency

amountCurrencystring required

Source Currency if the Sender defined the amount to be sent. Destination Currency if the Sender defined the amount to be received by the Recipient.

amountnumber required

The amount to be exchanged. If the Sender defined the amount to be sent in the source currency, the amount here must be the amount set by the Sender MINUS any Source PSP Deducted Fee. If the Sender defined the amount for the Recipient to receive, then the amount here is the amount that will be credited to the Recipient's account.

finInstIdTypestring required

Type ID of the financial institution.

finInstIdstring required

ID of the financial institution.

destFinInstIdTypestring

Type ID of the destination financial institution.

destFinInstIdstring

ID of the destination financial institution.

Response

Quotes retrieved successfully

quoteRequestIdstring

A universally unique ID for the overall quote request. (Each individual quote in this response has its own unique Quote Id)

sourceCountrystring

2-letter country code for the Source Country

sourceCurrencystring

3-letter country code for the Source Country

destinationCountrystring

2-letter country code for the Destination Country

destinationCurrencystring

3-letter country code for the Destination Country

amountCurrencystring

Source Currency if the Sender defined the amount to be sent. Destination Currency if the Sender defined the amount to be received by the Recipient.

amountnumber

The amount to be exchanged. If the Sender defined the amount to be sent in the source currency, the amount here must be the amount set by the Sender MINUS any Source PSP Deducted Fee. If the Sender defined the amount for the Recipient to receive, then the amount here is the amount that will be credited to the Recipient's account.