#nick_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1259950331341574265
đ Have more to share? Add details, code, screenshots, videos, etc. below.
I think create_invoice would be your best option, that way the subscription will continue one. You can then mark the invoice as paid out of band if the customer has paid you outside of Stripe in the meantime
https://docs.stripe.com/api/invoices/pay#pay_invoice-paid_out_of_band
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is that the only way? Via the dashboard, you can just uncheck the checkbox - there's no equivalent in the API?
Would you mind unchecking that box for a test subscription and sending me its ID? I can look at how the dashboard does it
Sub ID: sub_1PaMiuI67GP2qpb4tR2ICaFP
Event: evt_1PaNB4I67GP2qpb4UsYdFYkB
I have a feeling that it may secretly use create_invoice behind the scenes. If you don't pause or cancel, creating invoices as normal could be a natural way to continue the subscription
Based on how it looks in the dashboard I think you're probably right, but let me know
Yep I see create_invoice in the request logs. I forget if dashboard requests are visible to you the same way but you may be able to see this at https://dashboard.stripe.com/test/logs/req_ZGjy80k5EAG6zV
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.