1. Select the asset type you’re selling
Memecoins
Closed-loop tokens
NFTs
2. Choose an integration modality
Crossmint checkout can be integrated into your application in four different ways, ranging from a bare metal headless API with maximum UI flexibility, to a no-code payment link solution.| Modality | Description | Integration Complexity | Supported Platforms | Recommended For |
|---|---|---|---|---|
| Headless | Buy or sell using a REST API. Puts additional work on your side. | ~500 Lines of Code (LOC) | Everywhere | Best suited for backend flows and platforms not natively supported by other modalities. |
| Embedded (strongly recommended) | Embed a checkout natively within your app. Handles orchestration, errors, and has better approval rates. | ~100 LOC | React, WebView | E-commerce sites, token marketplaces, embedded finance |
| Hosted | Add a button to your app that opens a checkout in a separate tab or window. | ~10 LOC | Web | One-off integrations for an event, quick prototypes |
| Payment Links (beta) | Create shareable URLs for direct access to your storefront. | No-code | Any platform with web access | Social media, email campaigns |
Embedded Checkout is generally recommended. It yields experiences that feel completely native while handling PSP orchestration and error management, and offering better approval rates.
3. Choose payment method(s)
You can choose multiple options from the following payment methods to include. Consider the following as you decide:- Is your audience crypto-native or mainstream consumers familiar with fiat payments?
- What level of optionality do you want to enable? Adding many methods may add complexity during a user’s checkout flow.
| Payment Method | Description | Best For |
|---|---|---|
| Debit & Credit Cards | All major credit cards supported - Visa, Mastercard, American Express, and more. | Mainstream consumers, global accessibility |
| Apple & Google Pay | Check out in under 30 seconds with faster payment methods. | Mobile-first users, quick transactions |
| Stablecoins | Pay with USDC, USDT, and other stablecoins for lower transaction fees. | Crypto-native users, lower fees |
| Cross-Chain Crypto | Pay with any token, on any chain. | Multi-chain users, existing crypto holders |
Stablecoins and cross-chain crypto not supported for memecoin checkout.

