#ryan-customer
1 messages · Page 1 of 1 (latest)
hi!
Hi there, I would recommend creating the Stripe Customer and associate the id to your users when they login.
You could store this in your database, thus when your customer creates a new account or login to existing account, there will be a Stripe Customer id associated.
When the customer perform a purchase/subscribe into a plan, this will then be linked to the customer, allowing you to easily track them via Stripe 🙂