Stripe Migration

Stripe Migration

randjelovicaca
Visitor
1 0 0

Hello guys!
We have some customers in Stripe that we have migrated to Shopify and now we want to migrate their payment methods so that we can add some subscriptions to them. I followed this doc https://shopify.dev/apps/subscriptions/migrate/contracts and used Shopify GraphiQL App for step 3 but I got an error that says “Requires `write_customer_payment_methods` scope.” Is it possible to allow this scope somehow because if it is allowed we can easily do migration with code provided? When I installed this app there was no option to allow that. Can you please suggest some other app that can migrate payment methods from Stripe using the code you provided if it is not possible to make it with GraphiQL App?

Reply 1 (1)

JasonYang
Shopify Staff (Retired)
12 1 4

Hello, 

 

In order to change the protected access scope, you might want to take a look at this doc to request access scope through partner dashboard. Your app needs to be either a public or custom apps in order to see subscriptions, and the specific requirements can be found here: https://shopify.dev/apps/subscriptions#requirements

To learn more visit the Shopify Help Center or the Community Blog.