Skip to main content
Create a quote for the exact amount and currency the beneficiary should receive with POST /v2/transfers/international-wire/fx-quotes. This create request requires X-Idempotency-Key.
An available quote includes the estimated USD debit, effective exchange rate, and authoritative expiration. estimatedDebit.amount is USD cents. exchangeRate is the foreign-currency units received per USD, including the FX fee:
Pass id as internationalWire.fxQuoteId before expiresAt. The wire must use the quote’s exact amount; changing either the amount or currency requires a new quote. An expired or already-used quote cannot price another wire. Retrieve the current quote with GET /v2/transfers/international-wire/fx-quotes/{fxQuoteId}. USD international wires do not use FX quotes.