Get an FX quote for a future cross-asset payout.

Stand-alone quote endpoint for cross-asset payouts. The customer
submits the destination beneficiary and either a source-side or
destination-side amount, and receives a fresh quote — rate, fees,
and expiry — to review before deciding to create a payout.

The returned quote_id is then passed to
POST /companies/{company_id}/wallets/{wallet_id}/payouts to
bind the quote to a payout — at that point the quoted source
and destination amounts (and rate) become the committed values.

Mirrors the existing FX-conversion quote pattern
(POST /conversion-quotesPOST /conversions {quote_id}).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}

The Company ID given by Fipto.

Body Params
data
object
required

Request body for POST /companies/{id}/payout/fx-quote — fetch a
stand-alone FX quote that can later be referenced by quote_id
when creating a cross-asset payout. The customer specifies the
beneficiary (which fixes the destination asset) and the
source_asset they intend to send from. Exactly one of
source.amount or destination.amount MUST be set; the
routing partner computes the other side.

Responses

400

Bad request (missing/invalid amount, unknown beneficiary, unsupported corridor).

404

Beneficiary not found.

503

Partner unreachable; the customer should retry.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json