#sreekanth_api

1 messages ¡ Page 1 of 1 (latest)

mystic bayBOT
gentle hollowBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

mystic bayBOT
#

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

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

lean meadow
#

hi

#

like we have a requirement to select custom dates in the stripe.. in those dates only we need to charge the user...

nova pier
#

No, but you can create your own cron task to schedule a future off-session payment

lean meadow
#

okay

#

In off_session transactions, I also need to inform the user if the payment requires 3D Secure authentication ?

nova pier
#

Yes you are right

lean meadow
#

okay

#

thanks

#

If the payment fails, email notifications will be sent from Stripe if it's configure ?

nova pier
lean meadow
#

check this

nova pier
#

I see. This setting is applicable to billings (i.e., recurring payments), and not for one-off payments

lean meadow
#

okay.... then we need to manage from our end...

#

can we create any link and then send to user through email ?

nova pier
#

For 3DS, you can listen to payment_intent.requries_action event, and send your customer back to your website, where you can call stripe.confirmCardPayment() to start the 3DS flow.

#

For payment failure, you can listen to payment_intent.payment_failed event, and send your customer to your website to confirm the payment with another payment method.

lean meadow
#

okay... thanks