#andec_
1 messages · Page 1 of 1 (latest)
In your own database, you'd need to map the stripe price/product ID with your own internal product references. Once the customer selects the product, retrieve corresponding price/product ID and create a Checkout Session accordingly
Ok thank you
No problem! Happy to help 😄
Hey @fringe urchin
Just watching a video and it suggests that the link that we copy to allow our users to sign up for connect accounts is 'one time use only'
How do we create a button that allows users to consisntely sign-up?
You'd need to implement your own button at frontend and call Stripe's API at backend for the sign up
Ok no problem.