#gauravtayal0
1 messages · Page 1 of 1 (latest)
Yes the user can do that if they want
but does it create new payment intent in that case ?
how does payment intent amount gets updated in that case
I don't think it is a new payment intent. Checkout updates the amount on the existing payment intent as appropriate
If you want to test this out you can do this yourself in test mode and check the checkout.session.created vs checkout.session.completed event
Do you already have a Stripe account? It has a test mode to test these kinds of things in
You can also create a completely separate account for testing if you feel it is appropriate
(that would just be another account creation through our signup page)
cool ok