#Mr4
1 messages · Page 1 of 1 (latest)
hello! i'm not sure what you mean by Could I create and confirm payment intent bypass 3DS? Or another way to handle the above problem?
For your use case, you can create a usage based subscription : https://stripe.com/docs/billing/subscriptions/usage-based
Hi Alex,
Monthly fees are not equal, this fee based on the time of usage. I can't use subscriptions.
At first time use add 3DS card, strong Customer Authentication is enabled and user need authentication 3DS => No problem.
But from second time, I want to automation charging without authentication 3DS.
Is it possible?
can you elaborate more on this this fee based on the time of usage - it could be possible, but i'd need more info to advise you
if your card is setup correctly, i.e. you use SetupIntents to create the card for usage=off_session [0], then in most cases, when you create a PaymentIntent with off_session=true [1] authentication wouldn't be required.
However, in rare cases, if the issuer still requires 3DS (or if the card is declined), you will have to be prepared to bring the customer back on session again to provide their card details again
[0] https://stripe.com/docs/api/setup_intents/create#create_setup_intent-usage
[1] https://stripe.com/docs/api/payment_intents/create#create_payment_intent-off_session