Before you start
Set up your project and get an API key.
Enterprise feature. Contact us for access.
Get your treasury wallet
Retrieve your treasury wallet using the alias:
Create a treasury wallet if you do not have one already here.
Register recipient as user
Register the recipient as a user with Crossmint and provide the required user details to facilitate a compliant money transfer:
Send payout
Send a payout from your treasury wallet. The API will automatically check compliance requirements. If the payout does not meet regulatory requirements (e.g., missing KYC/KYB, sanctions issues, travel rule violations), the call will fail with an error.
Signing transactions (REST API): The cURL and Python examples above use the simplified Transfer Token endpoint. If your integration requires custom transaction signing, see the full create → sign → approve flow in Send a Transaction (EVM) — REST tab.
The transfer API automatically performs compliance checks. If the payout fails due to compliance issues, you will receive an error message indicating what requirements were not met.
Compliance Requirements
Payouts will fail if they do not meet regulatory requirements:- AML Screening: Automatic screening against sanctions lists and watchlists
- Travel Rule Compliance: Required data exchange for cross-border transfers
- Transaction Limits: Adherence to regulatory thresholds and limits
Launching in Production
For production, the steps are almost identical, but some changes are required:- Create a developer account on the production console
- Create a production server API key on the API Keys page with the API scopes
wallets.read,wallets:transactions.create,wallets:transactions.sign - Replace your test API key with the production key
- Ensure all compliance requirements are configured for your production environment
Learn More
Payouts Overview
Learn more about payouts and compliance features.
Transfer Tokens Guide
Detailed guide on transferring tokens between wallets.
Treasury Wallet
Learn about managing your treasury wallet.
Other Links
API Reference
Deep dive into API reference docs.
Talk to an expert
Contact the Crossmint sales team for support.

