#disha
1 messages · Page 1 of 1 (latest)
I don't really follow your integration scenario. If you use our integration flow, when the SetupIntent is confirmed, we already guaranteed that the card is correct and there should be no expiration
Fighting fraud is a different story, but it's supported via 3DS and SetupIntent API, and our Radar product
ok, let me explain our scenario
for example there is a taxi service. To book a ride, we first capture your card details and verify using SetUp Intent.
Once that is done, you can book a ride, and once the ride completes, we generate an Invoice with 'charge_automatically' configuration
that way, Stripe automatically collects payment from the already set up payment method
Is the understanding accurate?
Yep that works
ok, thanks
so in that case, can I assume that if the SetUp Intent API returns success, it means the card is valid?
Yes!
ok, thanks
one more question please
when we use the 'charge_automatically' option with Invoice
once we finalize the invoice, approx. how long it may take to actually debit the amount from card?
It's also in the Doc! https://stripe.com/docs/invoicing/integration/workflow-transitions#finalized
TLDR; depends on your webhook. It your webhook works properly, then we immediately attempt to charge after finalization
ok, thanks again