Accept Stablecoin Payments

·

Start Accepting Stablecoins with Crypto Integration

Enable stablecoin payments by integrating the Crypto payment method into your platform. This feature supports:

👉 Explore seamless crypto payments

How It Works

Customers see a "Pay with Crypto" option at checkout. They’re redirected to crypto.link.com to:

  1. Connect their wallet.
  2. Complete the transaction via Link (save/reuse accounts).
  3. Receive instant success/failure notifications.

Demo: Test the flow.


Enable Crypto Payments

Before using crypto:

  1. Go to Payment Methods Settings.
  2. Click Turn on for Crypto.
  3. Await approval (review takes <24 hours).

Integration Steps

For Checkout Sessions:

  1. Include crypto in payment_method_types.
  2. Ensure all line_items use usd.
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:

  1. Sandbox Mode: Pay with testnet assets (e.g., USDC on Ethereum’s Sepolia).
  2. 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.