Looking for embedded offramps for your customers? Read the Offramp guide.
- Work with treasury wallets managed in the Crossmint Console or API
- Do not require per-user KYC, since the business is the verified entity
- Can be initiated programmatically via the Create Order API
Offramp via API
- Contact Crossmint to register a bank account and obtain the
paymentMethodId. - Initiate a stablecoin transfer from your treasury wallet to a bank account using the Create Order API.
View code example
View code example
YOUR_TREASURY_WALLET_ADDRESS with your company wallet address and YOUR_PAYMENT_METHOD_ID with the payment method ID provided by your CSE contact.How It Works
After the withdrawal is initiated:- Stablecoins are debited from your treasury wallet
- Crossmint converts them into the selected fiat currency
- Funds are sent to your bank account through the selected rail, such as ACH, RTP, or SEPA
- You can track status in the Console or by polling the order status endpoint
Monitor Withdrawal Status
You can track the status of your withdrawal by polling the order status endpoint:View code example
View code example
Next Steps
Product Overview
Full offramp documentation
Payment Schemes
Supported payment methods and schemes
Offramp Quickstart
Get started with the Offramp API

