Lock FX rates and manage settlement currency risk in cross-border marketplace payouts

domain: wise.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Create a Wise Business or Platform account and obtain API credentials (API token) from the Wise Developer portal with the transfers:write and rates:read scopes.
  2. Create a quote via POST /v1/quotes specifying sourceCurrency, targetCurrency, sourceAmount or targetAmount, and type=BALANCE_CONVERSION; the response includes a quoteId and a rate with a validity window (check the current duration in Wise API documentation as it may vary).
  3. Create a recipient account for the seller via POST /v1/accounts specifying currency, type (e.g., aba for US, sort_code for UK), and account holder details; retrieve the accountId.
  4. Create the transfer via POST /v1/transfers referencing the quoteId, target account ID, and a unique customerTransactionId for idempotency; this locks the FX rate for the duration of the quote's validity.
  5. Fund the transfer via POST /v1/transfers/{id}/payments using source_balance_id to pay from your Wise balance; if your Wise balance is in a different currency, Wise converts at the locked rate.
  6. Track status via GET /v1/transfers/{id}; handle outgoing_payment_sent (funds left Wise) and funds_converted (FX complete) milestones, and surface transfer reference number to the seller for their records.

Known gotchas

Related routes

Configure multi-currency settlement and manage FX conversion for a cross-border payment flow
docs.adyen.com · 6 steps · unrated
Manage multi-currency spending in agent workflows: FX awareness and settlement currency choice
agentic-payments · 6 steps · unrated
Lock an FX rate for a cross-border payout using a Wise Platform authenticated quote before the rate or quote expires
docs.wise.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans