Hello, I have a concern which I hope you can address.
Our current situation is:
- We currently handle web based subscriptions using Stripe
- We want to add the option to purchase subscriptions via the Web Purchase Button on mobile
- We would like to provide the Stripe Customer Id to the Web Purchase Button checkout flow
Our signup flow creates Stripe customers and saves the Stripe customer id to our database, which we then use when creating the checkout link (current web flow). This is something we did after noticing problems with duplicate customers created after passing the user email to the Stripe checkout API and allowing Stripe to create them automatically. (multiple stripe customers for same email)
Is there some way to avoid automatic Stripe customers with your checkout flow and have them be assigned manually?
This is also important for our existing Stripe customers, which will duplicate if the Web Purchase Button uses the email to create the checkout.
Thanks.
