#kaustuva-le
1 messages · Page 1 of 1 (latest)
It depends on what country you and your customer are in, but generally SetupIntent should collect it for you if only needed
Thanks,
If we create a subscription with the 3DS check, the 3DS check would inform the user about the recurring payment while they go through the authentication? Thereby consenting to the recurring payments.
Is this true?
Most of Stripe integration path (Checkout/PaymentElements) would inform the user yes
Thanks. Also would you know if a zero dollar transaction without saving the card is possible on stripe? ( I know you mentioned that setup intent is the same as $0charge plus saving the card )
No not possible. Any transaction requires a minimum amount
Also would you know which parameter we can pass while creating a subscription which forces a 3DS check ?
for payment intent we pass:
payment_method_options = {
card: {
request_three_d_secure: 'any',
}
is there something similar for subscription?
Um no AFAIK. I think you can test with the card 3055
3D Secure authentication might still be performed, but isn’t required.
Thanks orakaro.
Is it possible for us to setup a call today with Stripe's engineers to discuss the feasibility of our feature implementation. Who should we reach out to?
Tomorrow would be fine
We don't provide phone call unfortunately. We would be happy to help over here tho
Thanks, we'll reach out to stripe support to setup a call
Thanks for your help orakaro
np and good luck!