#debadritaRC
1 messages · Page 1 of 1 (latest)
Hello
Hi 👋 to avoid that you will need to take control of the Customer creation process, and before having your code create a new Customer you will need to first see if another Customer already exists with that email address.
I am using the stripe no-code price table. so how can I control that/
You can't
so what can I do now?
Can you be more specific? There isn't a way to deduplicate Customers based on email address without building your own logic to do so, so what to do know depends on what you're hoping to accomplish.
I want to manage all the product from Stripe so I use the Stripe price table
In our website the registered customer can purchase the subscription product from Stripe.
I want to manage all the product from Stripe so I use the Stripe price table
That's fine, but you can't avoid customer duplication with that process. If your goal is to avoid Customer duplication based on email address, then you will need to build a more advanced integration with custom logic to handle that. (I'll also be collecting your feedback that this is a feature you'd like to have available as a prebuilt solution, so our teams can take that into consideration)
I've collect that feedback for our teams to review.