#Suzz
1 messages · Page 1 of 1 (latest)
Hi
Can you please share more details about this ?
i've created a stripe pricing table and integrated it to my react application. and with the help of the webhook i'm reteriving the stripe after payment details to my application and saving it to db.
👋 taking over for my colleague since they needed to step away
now i'm working in test mode and i tried to initiate the subscription from the pricing table for multiple time, but on each transaction even if the user details such as billing address, email, and card details are same, the customer is creating multiple time
how can i restrict creating customer multiple time and update to the same customer, if he is doing the transaction again
i understood that the developer need to specify if the customer should create or not. but dont know how
hi
can you please help me to resolve the issue
the customer is creating multiple time
yes that's a known limitation of pricing table
ok
i'm using react fe and asp.net core backend. so how should i implement the subscription page if i'm not using the pricing table
you'd have to build the pricing table yourself and then create a Checkout Session
should i start on react or asp?
i need to use both the ui and the backend to save the details
can you please share me some links regarding that?
yes that's correct
when i use this will i get all the events which will get from the pricing table?
yes
Pricing Table uses Checkout Sessions for collecting the payment method
ok