App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I've sent the app to shopify and got rejected, I needed to let customers to change payment method for his subcriptions. But they don't give any more information, just this link:
https://shopify.dev/apps/store/requirements#a-storefront-requirements
According to the link, we need to use:
So do we need to request for customer credit card? Isn't that dangerous? Also, do we need to show current payment method?
Solved! Go to the solution
This is an accepted solution.
I used GQL's customerPaymentMethodSendUpdateEmail call
More info at:
https://shopify.dev/api/admin-graphql/2022-01/mutations/customerPaymentMethodSendUpdateEmail
Hello Webdibs, Did you solve the problem ?
Yes, I needed to create a button to generate the email that is sent to the customer to change their payment info
could you tell me how to generate the email ? which api or gql should I trigger ?
This is an accepted solution.
I used GQL's customerPaymentMethodSendUpdateEmail call
More info at:
https://shopify.dev/api/admin-graphql/2022-01/mutations/customerPaymentMethodSendUpdateEmail
where i will get paymentId ? could you provide a sample paymentId ?
You can get it from contract's information. There's a customerPaymentMethod with that info.