# Update Shopify payment provider from Stripe to Stripe Card Payments

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 August 31, 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 3.
1. From to your store’s Settings page on your [Shopify admin](https://admin.shopify.com/), select **Payments**.
1. Choose a new payment provider and search for **Stripe Card Payments**.
   * If you don't have Stripe Card Payments as a payment provider option, request an installation link from Stripe Support.
1. On the **Stripe Card Payments** page, select **Install**.
1. On the **Install app** page, select **Install** to grant permissions to Stripe Card Payments app.
1. View the Stripe account used on the old connector via the URL below:
   https://admin.shopify.com/store/{shop}/settings/payments/alternative-providers/67
   * Replace `{shop}` with the name of the store, excluding the .myshopify.com extension.
1. Log in with your Stripe credentials and select the correct Stripe account you’d like to connect with Shopify, ensuring it's the same one previously used for this Shopify store.
1. 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?
As of June 1st, 2025, Shopify Subscriptions app and third-party subscription applications from the Shopify App Store are supported.
### 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](https://admin.shopify.com/), 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](https://docs.stripe.com/api/payment_intents/retrieve).
* The Shopify Payment ID is in the [description response attribute](https://docs.stripe.com/api/payment_intents/object#payment_intent_object-description).