#RaymondStanleyC

1 messages · Page 1 of 1 (latest)

fallow veldtBOT
gleaming root
#

hi! not really no, we don't support just doing an ad-hoc authentication like that without an associated authorization. What's the use case?

craggy karma
#

Thanks for the answer.
Use Case: We would like to Batch multiple transactions from one customer into a single charge.
Since the charge will happen without the customer being in session, it could potentially required a strong customer authentication that we wont be able to fulfill.
To avoid this, we would like to explore the idea of doing Strong Customer Authentication every time the user adds more items to the bill.

gleaming root
#

doesn't really work that way; at the time when you do submit your batch payment and we attempt to authorise the card, the bank can decline that payment and request authentication.

The recommended way to build this is use a SetupIntent to save the card, then charge it off-session to claim an exemption, and have a recovery flow to contact them if 3DS ends up needed
https://stripe.com/docs/payments/save-and-reuse?platform=web

craggy karma
#

Unfortunately for our business, the recovery flow results into a lot of costs of unpaid orders, as the service has already been provided to the customer.
Is there no way to avoid relying on exemptions?

gleaming root
#

not really, if you authorise a charge on a card, that is always going to have a chance to decline