A place to discuss charging merchants for your apps and services using the billing API.
Hello. We have an issue on our test store account where we can't update the payment method of a subscription contract. The workflow is as follows:
1. Create a new payment method using Stripe. We can see the payment method created on stripe successfully:
We create this using the graphql mutation customerPaymentMethodRemoteCreate (https://shopify.dev/docs/api/admin-graphql/2023-07/mutations/customerpaymentmethodremotecreate)
2. Change the subscription contract using the draft update workflow:
Our stripe integration seems to be working fine (proved by the fact that the new payment method is created with success). Can someone help please?
Thank you