To enable stablecoin beneficiary payouts, Ivy support must configure this for your account. Contact your Ivy account manager to get started.
Use Cases
- Settle your EUR balance to a GBP, USDC, or other currency account
- Receive payouts in your preferred currency, regardless of how you were paid in
- Pay suppliers or partners in their local currency
- Move funds between fiat and stablecoin balances for treasury optimization
- Reduce FX costs by leveraging Ivy’s direct FX rails
How It Works
1
Get a real-time exchange rate
Use the
/fx/retrieve-rate
endpoint to fetch the current rate for your desired currency pair.2
Create an FX settlement (beneficiary payout)
Use the
/beneficiary-payout/create
endpoint to convert and settle your balance in the target currency to your bank account or wallet.3
Fetch FX details for a completed payout
After creating a beneficiary payout, you’ll receive an
fxId
on the payout object. Use this
fxId
with the
/fx/retrieve
endpoint to fetch details about the exchange rate and conversion used for that specific payout.4
Track settlement status
Monitor your settlement in the Dashboard or via webhooks. Funds usually arrive instantly, but can take up to 2 business days depending on the destination.
API Endpoints
1. Retrieve Exchange Rate
Get the real-time exchange rate for a specific currency pair.
Request
Response
2. Perform FX Settlement (Beneficiary Payout)
Trigger the FX Beneficiary Payout. This will sweep all your fiat balances, onramp them to stablecoins and settle to your beneficiary wallet. The response will include an
fxId
you can use to fetch more details about the conversion.Request
Response