FxError 502

When does this happen?

The FX provider could not generate a quote for the requested currency pair. This may be due to provider downtime or an unsupported currency pair.

Example response

{
  "_tag": "FxError",
  "type": "FxError",
  "message": "FX quote failed for BRL/USD",
  "docs_url": "https://docs.borderli.dev/errors/FxError"
}

What to do

Retry the request. Alternatively, omit wallet_currency to skip FX conversion and process the payment in the original currency.

← Back to Error Handling