#idemoov-lo_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1262757665268826163
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
some bank won't allow 3DS even after being saved with 3DS
What do you mean by this?
Are you referring to the action required for payment here? https://dashboard.stripe.com/logs/req_OABiSSyRSjiWLG
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If so, that seems expected
Is that meant to be an off-session payment? If so, you did not specific off_session=true
Note the bank can still decline those with authentication_required though
I mean the card is saved but still asking for 3DS
Yep, that can happen
What does off_session change ? I never used it and it works
It indicates you're initiating a payment without the customer present/on-session
ie, the customer is not available to perform 3ds actions
So it may resolve the issue?
I will try
You can read about 3DS/SCA and MIT transactions here: https://stripe.com/guides/strong-customer-authentication#merchant-initiated-transactions-including-variable-subscriptions
So if subscriptions work with saved card but not with paiement intent it's probably the off_session properties. And 3DS2 is what MasterCard and some banque use but other that work probably use 3DS1 if that's what I understand?
Yes, subscription payments use off_session behaviour for the recurring payment, because it happens automatically without the customer present/available.
I can't speak to what specific banks are doing or support, but SCA for EU is meant to be using 3DS2 as far as i know.
Is there a test card that I can try to use because with this one it was already working
I will may try in live mode directly so nvm
Because it didn't broke the paiement I was using it will probably patch the issue
Thanks for your time I will try that off_session things and it will probably work
A test card for what?
https://docs.stripe.com/testing#regulatory-cards
the 3155 card is best to use to test this setup & off-session kind of flow
For this strange 3DS things where it re-ask when I was doing a payment but because Subscriptions was working I really things that it was this little property that made the things
Authenticate unless set up 4000002500003155 This card requires authentication for off-session payments unless you set it up for future payments. After you set it up, off-session payments no longer require authentication
Oh yes thanks I will try this card
If you want to test off-session auth declines, you can use the "always auth" card:
Always authenticate 4000002760003184 This card requires authentication on all transactions, regardless of how the card is set up.
Even if you set it up and do off session, it will still require authentication, off-session payments will be declined
Thanks with this I will test to make another way of payment thank you very much
I think you can close the issue test card seems fine to test