#anhnh_docs

1 messages ¡ Page 1 of 1 (latest)

old yachtBOT
#

👋 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/1375027527256375420

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

teal phoenix
#

Hi, taking a look

#

When the customer subscribes, depending on the integration you're using we'd handle 3DS where 3D Secure is available but not required. You can enable it where it asks for 3DS when available but not requited https://support.stripe.com/questions/using-3d-secure-authentication-with-payments-made-through-stripe-billing. Once 3DS authenticates, we ask for exemption on subsequent payment on subscriptions. The issuing bank still may ask for 3DS as this is not guaranteed. In those cases, you need to bring your customers back on session to authenticate

hidden raft
#

yes, I see

#

btw, in the test mode, can I enable the subscription send email settings when payment failed to user?
In the email, we can attach the payment page.

teal phoenix
#

Bit note that the automatic emails sent by Stripe do not work in test mode, it only works in live mode

hidden raft
#

I got it.
Thank you for support.

teal phoenix
#

Sure!

hidden raft
#

ah, the last question. Can we update the retry charge if payment fail?

teal phoenix
#

What do you mean by 'update'?

hidden raft
#

mean I wan to custom retry time, ex: every hours, or every day, etc

teal phoenix