#alex-from-fuxam_code
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/1283772243264147538
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- alex-from-fuxam_api, 3 days ago, 35 messages
๐
No retries will not take place automatically on the initial Invoice for the Subscription as it is assumed that your customer is on-session for that (they are in your Checkout flow and would trigger their own retries manually)
To be clear, you shouldn't use mode: setup here if you are starting a Subscription immediately
That would only be if you are starting one later on, when you customer is no longer in your flow.
Our flow is like this: Users get a trial subscription-> we manually update their subscription phases according to the terms they agree to -> user is asked to pay 5 days before due date-> if they don't pay in time the subscription payment goes overdue-> Here we need a way for them to immediately make the payment
Is there any checkout session or some way we can make them pay the overdue invoice right away?
Okay but even with a trialing Subscription you don't use setup mode
And if you want to charge any Invoice immediately then you can manually force a payment attempt using the /pay endpoint: https://docs.stripe.com/api/invoices/pay