#idemoov-lo_api

1 messages ¡ Page 1 of 1 (latest)

stoic starBOT
#

👋 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.

vocal barn
#

some bank won't allow 3DS even after being saved with 3DS
What do you mean by this?

#

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

zealous shard
vocal barn
#

Yep, that can happen

zealous shard
vocal barn
#

It indicates you're initiating a payment without the customer present/on-session

#

ie, the customer is not available to perform 3ds actions

zealous shard
#

I will try

vocal barn
zealous shard
vocal barn
#

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.

zealous shard
#

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

zealous shard
vocal barn
#

https://docs.stripe.com/testing#regulatory-cards
the 3155 card is best to use to test this setup & off-session kind of flow

Use test cards to validate your Stripe integration without moving real money. Test a variety of international scenarios, including successful and declined payments, card errors, disputes, and bank authentication. You can also test non-card payment methods and redirects.

zealous shard
# vocal barn A test card for what?

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

vocal barn
#

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

zealous shard
#

Oh yes thanks I will try this card

vocal barn
#

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

zealous shard
#

I think you can close the issue test card seems fine to test