#ManuX
1 messages ยท Page 1 of 1 (latest)
Hi
Yes you can collect the payment methods using SetupIntent, and then charge it later in your backend. You can follow this:
https://stripe.com/docs/payments/save-and-reuse?platform=web
Cool, I think this is what I need. Thanks for helping ๐
Welcome!
@indigo mantle Just one more question, does SetupIntent only collect the payment method? or does it actually validates that the payment method is valid and sufficient for the payment being required? Meaning, if the first step succeeds is there a certainty that the payment will be fulfilled later or can it still fail later when we try to complete the payment on the backend?
Please don't use mentions. I'm with you.
does SetupIntent only collect the payment method? or does it actually validates that the payment method is valid and sufficient for the payment being required?
It does collect the payment method and authenticate it and has funds (>0) but it don't guarantee that the amount you need is there.
Sorry about the mention. OK understood, thanks a lot for clarifying!
Welcome ๐