#kratos6753
1 messages · Page 1 of 1 (latest)
Hi there!
Stripe ask exemptions for amounts below 30€ as mentioned here: https://support.stripe.com/questions/transaction-exemptions-for-strong-customer-authentication-(sca)
However it's ultimately up to the bank to decide if they require 3DS or not for each transaction.
anything special about hold payments? - capture_method=manual when creating payment intents --> same thing applies for hold payments as well?
Nothing special I think. When you place a hold on the card there might be a 3DS required. And then later you can capture the funds (no 3DS required at this time).
Ok.
Our usecase is carsharing. Once user reserves a vehicle, we hold funds and if it is successful then reserve the vehicle. But, if he has to do authentication even once during the holding of funds, we need to handle it anticipating the 3DS may be required.
How are you collecting the payments? With Checkout Session, PaymentIntent + PaymentElement, something else?
payment intents alone - at server side.
You don't use the PaymentElement to collect the payment information (card numbers, expiration, etc.)?
not sure what we use to do it in android app
Got it, I'm guessing you use our mobile payment element or card element, as mentioned here https://stripe.com/docs/payments/accept-a-payment?platform=android
I didn't find any references of paymentSheet either in our code base.
Did you check the "Card Element only" tab in the link I shared?