#FATTMONSTER-customer
1 messages · Page 1 of 1 (latest)
Hi there. You can create a Customer first and pass their Id into the Create Subscription API
so basically i have a pricing tabel
the customers are being created there when someone subscribes to my plan
but in testing the same customer (same emai) is able to subscribe to it again and avail the free trial again
this is also cuasing multiple customers in our stripe daashboard and database even though its the same custoemr
I see. Pricing Table can't be created from API so we can't have a default customer id unfortunately...
Have you tried https://stripe.com/docs/payments/checkout/pricing-table#customer-email ? Likely you collect email beforehand and prefill in this page. Wonder if this generate different customers too