#jonastex_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/1339472651181359186
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
You can use invoice.paid event to determine whether the subscription is paid for a specific cycle
Here's the guide: https://docs.stripe.com/billing/subscriptions/event-destinations#active-subscriptions
So I can create an invoice attached to the subscription and once it is paid the subscription automatically updates to indicate that the next month has been paid ? I want the client to be able to pay their invoices in advance
Stripe doesn't support attaching one-time / pre-paid invoice into a subscription
Subscription will create an invoice automatically every billing cycle
Customer should be paid against the automatic recurring invoices
Ok, so I can't manually define that a due payment has been made ?
Or is it possible to set Stripe to create the subscription invoice X days before its end for the next month ?
This is not supported currently. I'd recommend writing to Support https://support.stripe.com/contact to share your feedback, so that we can share it with relevant team
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.