Hello everyone,
I have a start-up that sell subscriptions for delivered personalized meals.
When a customer buy a subscription, a Stripe customer is created and the customer is charged every week.
All the information about the subscription are stored in a google sheet. I would like to create a zap that will allow to update the customer in Stripe when the customer want to change its subscription.
The customer will choose the new subscription in the website and the google sheet database will be updated with a zap. The google sheet will be connected to stripe and customer will be updated and charged every week with the new amount.
In the google sheet I have a column with the ID of the product. How can I tell to Stripe to change the subscription of a customer according of what is in the google sheet?
Thank you in advance,