#taylan
1 messages · Page 1 of 1 (latest)
Hi, what is the question?
Hi, we have a checkout page linked here;
How can I make my application to prevent opening multiple contacts for the same email
I'm unsure what you mean with 'opening multiple contacts for the same email'? Can you add more details here?
so lets say a person comes to this link and subscribe for an item
same person with same email address comes to the link to subscribe again
How can i force stripe to not allow duplicate contacts
Stripe opens multiple contacts for the same email but I want the email to be primary
Thank you for the clarification, this is something you'd need to control on your end.
you mean something like this;
Once same email is typed in I should go do the control after the payment is done?
I have some automations attached to subscription events create/update/delete
You can pass the 'Primary' email address of the customer when creating the Checkout Session: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer. Once this is provided, the email address is prefilled and they won't be able to edit this.
I can't do it in one page?
Lets say I disable all the fields but the email field. Now client has to enter their email address first. After I got the email address, can I update the checkout information via api without refreshing the page?
No there is not.
Okey thanks