#kurybr_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/1229523507424264204
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Thank you for the info. Looking in to this and I will get back to you with what I can find
Thanks
So I think the subscription won't resume unil the new invoice is actually paid. With a lot of our calls payment isn't attempted immediately when the invoice first becomes open, but will be automatically charged later. If you make a call to the /pay endpoint on your latest invoice on that subscription, does the subscription become unpaused?
What call should be made in node.js; ? do you have an idea
const invoice = await stripe.invoices.pay('in_1MtGmCLkdIwHu7ix6PgS6g8S');
https://docs.stripe.com/api/invoices/pay
Thanks so much @stray wolf Work's here ! You are the best