#jainnikesh
1 messages · Page 1 of 1 (latest)
Hi there, what do you mean by auto payment?>
when we add card details in data based and then we cut payment in weekly or monthly basis
OK, I think what you refer to is subscription.
like we adding card
and then we use direct that card details to cut payment
yes subscription
kind of subscription
https://dashboard.stripe.com/settings/billing/automatic there's a settings in Dashboard that you can turn on to let Stripe send an email to customer when a 3DS is needed for billing payment
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
do we have any other way ?
Sure, you can also bring your customer to your website if you have a frontend that integrate with Stripe.js, and call call stripe.confirmCardPayment() to trigger the 3DS flow.
but for that we have to send mail to customer
inshort we have to ask customer to enter OTP that is the only way ?
is there any way where we can say auto debit
without involving customer
Customer interaction is required to complete a 3DS.
like when we take loan even we have 3d secure without any involvement they cut money
I don't understand your last sentence.
like we take loan from bank
when they auto debit money from our account
even 3d secure is enable
OK, there's a frictionless 3DS2 flow if that's what you are talking about. https://stripe.com/guides/3d-secure-2#frictionless-authentication
However it's really up to the issuer whether a transaction can be authenticated with 3ds2 frictionless, so I'd suggest to also make your integration ready for the traditional 3DS flow
okay