#msestak
1 messages · Page 1 of 1 (latest)
Hi @proven solstice whether or not a transaction needs 3DS is entirely up to the card issuer, so there's no way to "turn off" 3DS if this is what you want to achieve.
Hi @left stone . I want to get the user to be charged for using the app without him having to confirm the payment. I create a customer via API, save his card (the customer verifies it), create a new payment intent via my billing service for that credit card. However, the Stripe API requires user confirmation and the payment is not processed without user confirmation. How do other services (eg Netflix) handle this?
Hey! Taking over for my colleague. Let me catch up.
You can follow this full guide for in order to charge the customer off session:
https://stripe.com/docs/payments/save-and-reuse?platform=web
For recurring payments (e.g. Netflix), I invite you to check Stripe Subscription integration:
https://stripe.com/docs/billing/subscriptions/build-subscriptions