#islammoneyhash_api

1 messages ¡ Page 1 of 1 (latest)

uneven yewBOT
#

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

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

hoary hearth
#

need your answer

minor hull
#

Hello, if you are using Stripe Checkout, our Checkout Sessions expire after 24 hours by default. For our other flows like invoices or payment intents, there is no expiration, the objects will be payable indefinitely unless they are cancelled or voided

hoary hearth
#

kindly share more details for each type and if avaailable field to modify the session share it

minor hull
#

Which stripe surface are you using here? Checkout? Elements? Invoices?

hoary hearth
#

direct api

minor hull
#

As in you have your own custom page where you directly confirm a payment intent?

hoary hearth
#

yes

minor hull
#

Gotcha, I am not sure if we have any docs that explicitly say that intents don't expire but I am looking.

#

Now that I read your ask, I am having trouble understanding what you mean by "avaailable field to modify the session share it" can you explain more about what you are trying to modify?

hoary hearth
#

parameter in the request payload to modify the session time

minor hull
#

Payment intents will last indefinitely, the 24 hour time limit is only for Checkout Sessions, so it sounds like it will not be relevant to your integration.