#disha

1 messages · Page 1 of 1 (latest)

plain craterBOT
foggy stratus
#

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

graceful tiger
#

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?

foggy stratus
#

Yep that works

graceful tiger
#

ok, thanks

#

so in that case, can I assume that if the SetUp Intent API returns success, it means the card is valid?

foggy stratus
#

Yes!

graceful tiger
#

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?

foggy stratus
#

TLDR; depends on your webhook. It your webhook works properly, then we immediately attempt to charge after finalization

graceful tiger
#

ok, thanks again