Pay out — FX & multi-currency
Pay out
FX & multi-currency
The platform processes charges in the local currency and shows the US dollar equivalent in the response. When needed, check the rate before charging.
GET
/api/v1/bank/wallet/fx/rate/?from=BRL&to=USDReturns the current exchange rate between two currencies.
GET /bank/wallet/fx/rate/?from=BRL&to=USD
Authorization: Bearer <token>{
"from": "BRL",
"to": "USD",
"result": 0.1818,
"source": "platform"
}- Charges accept currency in any currency supported by your account.
- The charge response brings local_currency (local), currency and usd_currency (US dollar equivalent).
- The current rate is applied automatically; use the FX endpoint to estimate amounts before showing them to the payer.