#ebellotpu6_api
1 messages ¡ Page 1 of 1 (latest)
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.
- ebellotpu6_code, 5 days ago, 23 messages
đ 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/1257236410495402116
đ Have more to share? Add details, code, screenshots, videos, etc. below.
What's the question?
if you can explain me the invoice creation flow on subscriptions
Which invoice? can you share with me the ID (i.e., in_xxx)?
in_1PHmeMBSxuRxsjebG8v5btkE
Ok, so this invoice was the first invoice that subscription created.
So what do you want to know about this invoice?
why stripe creates two invoices? in_1PHmeMBSxuRxsjebG8v5btkE and in_1PHminBSxuRxsjebeHGki4Hj are created at same time aprox
in_1PHminBSxuRxsjebeHGki4Hj was created by another subscription. They are not related.
https://docs.stripe.com/billing/subscriptions/webhooks#payment-failures You should probably handle payment failures, creating a new subscription isn't helpful.
okey, but if then i want to change the payment method is it possible?