#Artem3265
1 messages · Page 1 of 1 (latest)
Hi there
Payments below 30 Euros may be exempt from 3ds
However, it's ultimately up to the bank
3DS may be requested so your flow should be ready for that
Hello @gaunt frigate thanks you for your response, the 30€ its for both transactions ? first payment intent + subscription ? or its just for first payment ? after first payment i have off session setup
It's for first payment in that scenario. However, even in off-session payments 3ds may be requested (it's not as likely though). 3ds is always up to the discretion of the bank
so my product meets that exemption, but all my transctions are triggered by 3d authentification and i think its not normal, maybe is there another problem that i am missing ?
of the live mode right ? because on test mode, i am using cards that always requered 3d authentification so the 3d always trigger
yea correct, can i sent to your mensage ?
You can paste that ID here
It's not sensitive info
That amount is greater than 30 Euros (50)
how its happened?
its for first payment intent of 0.50
its count 50€?
i have on payment intent 0.5€ but and when costumer pass 3d it chares 0.50€
charges*
@gaunt frigate pleaes could you explain where is the problem ?
Ah it's because you are setting up future usage "off_session"
Likely the bank just wants authentication for that
Because you're telling them you want to use it for future payments. They will want a 3ds auth prompt up front to reduce likelihood of you needing to auth again for off session charges in the future
haa so its normal that i have always secure triggered of 3d authetification ?
Yes
so its nothing can i do about it
If you need to set up the payment method for future usage then the bank will probably require it
because its brings alot of incomplete transactions
if i setup just subscription witouth first payment intent of 0.50€ it still count as off season right ? and trigger 3d?
If you just create the subscription, then you will likely be required to authenticate with 3ds (assuming the card is 3ds supported) since you are telling the bank there will be future charges. Are you creating future one-time payments (PaymentIntents) with the cards? If not, then no need to set future_usage to off_session when creating the one-time payment intent like you did here: https://dashboard.stripe.com/logs/req_IGE6ZI9c5Ujm7T. If the only future charges are a part of the subscription, then creating the subscription is enough for future subscription charges.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I want to charge for the trial the a small fee of 0.50€ then after the end of trial period charge the subscription price, how would look the flow to archive this ?
Ah so you're doing the right thing now then
That's probably the best way to handle it
and if i remove the 0.50€ ( paymentintent) for the trial and only make subscription with free trial it will also always triger 3D authentification ? because subscription it self its a off session payment right ?
Yeah the bank will most likely need that authentication
But 3ds is always up to the bank. I can't confirm either way
i am understand, thanks you for your help have a nice day, best regards