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=USD

Returns the current exchange rate between two currencies.

Request
GET /bank/wallet/fx/rate/?from=BRL&to=USD
Authorization: Bearer <token>
Response
{
  "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.