Shopify is updating its payments platform and infrastructure. To continue accepting customer card payments at checkout via Stripe, merchants must use their Shopify admin to install and activate the new Stripe Card Payments payment provider. This replaces the legacy Stripe payment provider.
Migration to Stripe Card Payments must be complete by July 1, 2025. Any deadline changes are communicated directly to merchants via their Shopify admin and emails from Stripe.
Install the Stripe Card Payments app
If you have an installation link from a Stripe email or Shopify support, open the link and begin at Step 4.
- Navigate to your store’s Settings page on your Shopify admin.
- Select Payments.
- Choose a new payment provider and search for Stripe Card Payments.
- If you do not have Stripe Card Payments as a payment provider option, request an installation link from Shopify Support.
- On the Stripe Card Payments page, select Install.
- On the Install app page, select Install to grant permissions to Stripe Card Payments app.
- Log in with your Stripe credentials.
- Select the Stripe account you’d like to connect with Shopify.
- On the Stripe Card Payments page, choose your configurations and select Activate at the bottom of the page.
What transaction types and card brands are supported?
Stripe Card Payments now supports Google Pay, in addition to all previously supported features.
Transaction types
- Authorization (authorize only)
- Sale (authorize and capture)
- Capture (capture only)
- Void (reversal)
- Refund (credit)
Card brands
- Visa
- Mastercard
- American Express
- Discover
- Diners Club
- Apple Pay
- Google Pay
Are Subscriptions supported?
Stripe will communicate directly to merchants via email when Shopify Subscriptions become supported by Stripe Card Payments. Until then, continue using the legacy Stripe app.
How can I match orders from Shopify to transactions on Stripe?
Shopify generates a unique, 24-character Payment ID (example: wA3rZkGGdL96pyCZ725RxdxY
) for each transaction and connects it with the order. The Payment ID can be found using Shopify admin or Stripe API.
Use Shopify admin to find Payment ID
- From Shopify admin, locate the specific transaction.
- Expand the …Payment was processed on Stripe section.
- The Payment ID is in the Information from the gateway section.
Use Stripe API to find Payment ID
- Make an API call to Retrieve a PaymentIntent resource.
- The Shopify Payment ID is in the description response attribute.