#elianbraja
1 messages · Page 1 of 1 (latest)
Hi there! A PaymentIntent and its client secret should remain valid unless explicitly canceled (or if the payment was successful)
You shouldn't need to create a PaymentIntent each time the same customer lands on the payment page
ok thank you
If you have additional questions you can ask them here - no need to ask in the main channel again
Hey is there a way in Stripe to restrict the customer to only create one subscription in the entire Stripe account? If not is there a way to create only one per product?
That's something you'd have to implement on your end - you'd have to check whether there is already an exisitng customer and subscription and then decide whether to continue with subscription creation