#Suzz

1 messages · Page 1 of 1 (latest)

soft pulsarBOT
remote peak
#

Hi
Can you please share more details about this ?

soft pulsarBOT
tidal cliff
#

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.

supple sage
#

👋 taking over for my colleague since they needed to step away

tidal cliff
#

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

tidal cliff
#

can you please help me to resolve the issue

supple sage
#

the customer is creating multiple time
yes that's a known limitation of pricing table

tidal cliff
#

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

supple sage
#

you'd have to build the pricing table yourself and then create a Checkout Session

tidal cliff
#

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?

tidal cliff
#

when i use this will i get all the events which will get from the pricing table?

supple sage
#

yes

tidal cliff
#

so there is no need of webhook?

#

ok

supple sage
#

Pricing Table uses Checkout Sessions for collecting the payment method

tidal cliff
#

ok