Quote
Allows to get an exchange quote and a token that can be used for a subsequent transaction of the same type.
Last updated
Was this helpful?
Allows to get an exchange quote and a token that can be used for a subsequent transaction of the same type.
Last updated
Was this helpful?
The FX rate is updated every 60 seconds by default. If you need a different configuration, please request a custom frecuency to our team.
The exchange rate token can be configured to have a lifetime of between 1 minute and up to 1 day. The expiration is to request a transaction within that time range, once the transaction has been created with the exchange rate token, the quoted FX will appear in the payment and also the payments will have their own, unrelated expiration time with the expiration of the exchange rate token.
FX transactions are only available between the and a hard currency, or vice versa. For example, USD to BRL or BRL to AUS.
The hard currencies available for realizing an FX are listed below:
AUD - Australian dollar
CAD - Canadian dollar
CHF - Swiss franc
EUR - Euro
GBP - Pound Sterling
NZD - New Zealand dollar
USD - United States dollar
GET
{{api_environment_url}/api/fx/currency-exchange/:type
This endpoint allows you to get FX quotes.
type*
string
Mandatory. Add the transaction type: currencyExchange
sourceCurrency*
string
Mandatory. The currency that you use to fund a currency conversion
quoteCurrency*
string
Mandatory. The quote currency which is the second currency appearing in a currency pair quotation
accountNumber*
string
Mandatory. The Localpayment account which you are working with
quoteAccountNumber*
string
Mandatory. The Localpayment account which you are working with
Authorization*
string
Mandatory. Bearer JWT token in format Bearer eyJ0...
. For more information about authentication, please refer to Authentication