Fiat Settlement
Settle to your local bank account in EUR, GBP & more. Funds usually arrive instant, but can take up to 2 business days.
Stablecoin Settlement
Settle fiat to stablecoins. Get on-demand or recurring settlement to stablecoins at market FX rates.
How It Works
Configure your settlement destination
Set your destination bank account or wallet address for settlements in the Accounts Tab per account under Settlement preferences
To enable stablecoin settlements contact Ivy
Choose settlement frequency and amount
- Automatic: Settle daily, weekly, or monthly
- Manual: Trigger a settlement anytime from the Dashboard or API
- Amount: Minimum amounts apply to Stablecoin settlements
Set minimum balance (optional)
Retain a buffer for refunds or payouts. Only the amount above this threshold will be settled.Minimum balances can be edited in the Accounts Tab per account under Settlement preferences
Track settlements
All settlements are included in your Payout Reports for easy reconciliation.
Supported Currencies & Chains
- Fiat: EUR, GBP, and more (to local bank accounts)
- Stablecoin: USDC (Ethereum, Solana, Polygon)
To enable stablecoin settlements, contact Ivy to get started.
How to Create a Settlement
- API: Use the
/beneficiary-payout/createendpoint to trigger a manual settlement. - Dashboard: In the Accounts tab, select the account to settle, enter amount, and click “Settle Funds”.
Stablecoin Settlements
Settle custom amounts of your Ivy fiat balance into stablecoins using the settlement feature via the dashboard or APIMinimum Settlement amounts into USDC = 10 source currency (EUR/GBP)
How It Works
Get a real-time exchange rate
Use the
/fx/retrieve-rate endpoint to fetch the current rate for your desired currency pair.Create a settlement
Use the
/beneficiary-payout/create endpoint to convert and settle your balance in the target currency to your wallet.Fetch FX details
After creating a settlement, you’ll receive an
fxId on the settlement object. Use this fxId with the /fx/retrieve endpoint to fetch details about the exchange rate and conversion used for that specific settlement.API Reference
1. Retrieve Exchange Rate
Get the real-time exchange rate for a specific currency pair.2. Create Settlement
Triggering a settlement can either sweep all or custom amounts of your fiat balances to then automatically convert them to stablecoins, and settle to your linked wallet.3. Retrieve Settlement Details
Check the status of your settlement, corresponding transaction hash, and FX details in the Dashboard or via the/fx/retrieve endpoint.