#justwatch_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/1265774985964687562
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
๐
How are you?
Doing well! Let's see how I can help with this Subscription question
when does it try again?
This depends on your retry settings: https://dashboard.stripe.com/settings/billing/automatic
What are you trying to show me in the screenshot above?
I am retrieving subscription information here. If the subscription is still active and there are no issues with payment, it shows as 'active.' I checked the link you sent, and it says a minimum of 3 days.
For some plans on my site, I may need to cancel after the first attempt. If the first attempt fails, does the status still appear as active on the API side until it retries on the 2nd day, or does it show different statuses like "pending"?
If the first attempt fails, does the status still appear as active on the API side until it retries on the 2nd day, or does it show different statuses like "pending"?
If the first attempt fails, the status of the Subscription will change topast_due
Great
thank you
!
I turned off the card and tried this option
still active
Can you share a Subscription ID?
Just to be clear, testing shouldn't be done in live mode in this case
Also, the kinds of requests you're making are not failed invoice payments yet. No invoice is being created. the last invoice for this subscription was paid successfully, which is why this is still active
To test failed invoice payments during a "normal" billing cycle, I recommend testing with Test Clocks in test mode: https://docs.stripe.com/billing/testing/test-clocks
So, if the card is closed one day later, it won't be payable and will be marked as past_due.
right?
What do you mean by "card is closed one day later"?
"Payment failed"
The bill was paid today and everything is fine.
Will try again tomorrow and if payment is not successful
marked as past_due
right?
Correct