#islammoneyhash_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/1369691156710952970
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
need your answer
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
kindly share more details for each type and if avaailable field to modify the session share it
Which stripe surface are you using here? Checkout? Elements? Invoices?
direct api
As in you have your own custom page where you directly confirm a payment intent?
yes
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?
parameter in the request payload to modify the session time
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.