Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds support for crypto payment method


Adds support for crypto payment method

What’s new

This release adds support for the crypto payment method type in the Payment Methods API.

Impact

If you have a Stripe account based in the US, you can now enable crypto as a payment method in your account. Learn more about stablecoin payments, including how to accept crypto payments that settle as fiat in your Stripe balance.

Changes

ParametersChangeResources or endpoints
crypto_paymentsAddedAccount#create. capabilities Account#update. capabilities Account. capabilities
cryptoAddedCharge. payment_method_details ConfirmationToken. payment_method_preview ConfirmationToken. testHelpers#create. payment_method_data + 12 more PaymentIntent#confirm. payment_method_data PaymentIntent#confirm. payment_method_options PaymentIntent#create. payment_method_data PaymentIntent#create. payment_method_options PaymentIntent#update. payment_method_data PaymentIntent#update. payment_method_options PaymentIntent. payment_method_options PaymentMethod PaymentMethod#create SetupIntent#confirm. payment_method_data SetupIntent#create. payment_method_data SetupIntent#update. payment_method_data
ValuesChangeEnums
cryptoAddedCheckout. Session#create. payment_method_types
cryptoAddedConfirmationToken. testHelpers#create. payment_method_data. type PaymentIntent#confirm. payment_method_data. type PaymentIntent#create. payment_method_data. type + 4 more PaymentIntent#update. payment_method_data. type SetupIntent#confirm. payment_method_data. type SetupIntent#create. payment_method_data. type SetupIntent#update. payment_method_data. type
cryptoAddedConfirmationToken. payment_method_preview. type PaymentMethod. type
cryptoAddedCustomer#list_payment_methods. type PaymentMethod#create. type PaymentMethod#list. type
cryptoAddedInvoice#create. payment_settings. payment_method_types Invoice#update. payment_settings. payment_method_types Invoice. payment_settings. payment_method_types + 3 more Subscription#create. payment_settings. payment_method_types Subscription#update. payment_settings. payment_method_types Subscription. payment_settings. payment_method_types

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
  • If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-06-30. basil
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?