Stablecoin paymentsPublic preview
Learn how to use Stablecoin payments with Stripe.
Crypto payments allow you to accept stablecoin payments from customers around the world. Customers can pay with their preferred crypto wallet, token, and payment network, while completed payments settle in your Stripe balance in USD.
Try the demo Enable stablecoin payments
Overview
Availability |
|
Features |
|
Currencies |
|
Pricing | View Pricing |
1 Excludes sanctioned countries
Payment flow 
When customers select the crypto payment method, they’re redirected to crypto.stripe.com to connect their crypto wallet and complete the transaction.
Customer selects Crypto payment option at checkout
Customer is redirected to crypto.stripe.com to connect a crypto wallet and select a currency and payment network
Customer gets notification that the payment is complete
(Optional) Customer is redirected back to the business’ site for confirmation
Subscriptions 
Private preview
Stablecoin subscriptions are in private preview. Contact stablecoin-payments@stripe.com to request access.
Stripe supports recurring stablecoin payments with invoices. Use the send_
collection method to request payments, which customers can opt to pay with stablecoins.
Limitations
Make sure stablecoins support your use case before getting started.
- Currently only US businesses can accept stablecoin payments.
- All stablecoin payments settle in your Stripe balance in USD.
- Refunds are always returned as stablecoins to the customer’s original wallet.
- Manual capture isn’t supported.
- Customer transaction limits are 10,000 USD per transaction and 100,000 USD per month.
Connect support 
Connect platforms can accept crypto payments for all charge types. Each connected account must have the crypto payment method enabled.
Connected accounts with access to the full Stripe Dashboard
Connected accounts with access to the full Stripe Dashboard (including Standard accounts) can enable crypto payments through the Stripe Dashboard.
Connected accounts without access to the full Stripe Dashboard
You can request the crypto_
capability for connected accounts from the account details page in your platform Dashboard, or through the API.
To see which connected accounts have enabled Crypto, check whether their crypto_
capability is set to active
in the Account
object’s capabilities hash.