Start Accepting Stablecoins with Crypto Integration
Enable stablecoin payments by integrating the Crypto payment method into your platform. This feature supports:
- Checkout: Prebuilt payment page.
- Elements: Customizable UI components.
- Payment Intents API: Direct API integration.
👉 Explore seamless crypto payments
How It Works
Customers see a "Pay with Crypto" option at checkout. They’re redirected to crypto.link.com to:
- Connect their wallet.
- Complete the transaction via Link (save/reuse accounts).
- Receive instant success/failure notifications.
Demo: Test the flow.
Enable Crypto Payments
Before using crypto:
- Go to Payment Methods Settings.
- Click Turn on for Crypto.
- Await approval (review takes <24 hours).
Integration Steps
For Checkout Sessions:
- Include
cryptoinpayment_method_types. - Ensure all
line_itemsuseusd.
curl https://api.stripe.com/v1/checkout/sessions \
-u sk_test_BQokikJOvBiI2HlWgH4olfQ2: \
-d mode=payment \
-d "payment_method_types[0]"=crypto \
-d "line_items[0][price_data][currency]"=usd \
-d "line_items[0][price_data][product_data][name]"=T-shirt \
-d "line_items[0][price_data][unit_amount]"=2000 \
-d "line_items[0][quantity]"=1 \
--data-urlencode success_url="https://example.com/success"Testing Your Integration
Use test API keys to simulate payments:
- Sandbox Mode: Pay with testnet assets (e.g., USDC on Ethereum’s Sepolia).
- Wallet Setup: Configure your wallet to the target test network.
Pro Tip: Fund your wallet with test assets to avoid errors.
👉 Learn more about test networks
FAQs
1. Which stablecoins are supported?
Major USD-pegged stablecoins (USDC, USDT) on Ethereum, Solana, and Polygon.
2. How long do approvals take?
Typically <24 hours after submitting business details.
3. Are there transaction limits?
Yes—limits vary by account tier. Check your Dashboard for specifics.
4. Can refunds be processed in crypto?
No. Refunds are issued in USD to the original payment method.
5. Is KYC required for merchants?
Yes. Submit identity verification during onboarding.
Need Help?
Contact support or visit our API docs.