Skip to main content
Withdrawals allow you to offramp stablecoins from your treasury wallet directly to your bank account. This is the reverse of the funding process. This guide shows you how to withdraw stablecoins from your company wallet directly to your bank account.
Looking for embedded offramps for your customers? Read the Offramp guide.
Treasury offramps are designed for company-owned wallets. They:
  • 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

  1. Contact Crossmint to register a bank account and obtain the paymentMethodId.
  2. Initiate a stablecoin transfer from your treasury wallet to a bank account using the Create Order API.
Replace 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:

Next Steps

Product Overview

Full offramp documentation

Payment Schemes

Supported payment methods and schemes

Offramp Quickstart

Get started with the Offramp API