#ilyeselb_unexpected
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/1221765528482480211
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- ilyeselb_unexpected, 44 minutes ago, 18 messages
how can i fix this ?
this is the invoice id what is the cause ? in_1OyANuGyOBDbEOMC2Ga9icT2
What do you mean by "stripe form" exactly? Where do you expect to see it?
the stripe react form
is not shwing
and the main issue that the one time invoice is empty
and this is happeing only for this user
i just want to know if there is somthing that im missing
This is expected, since the Invoice is $0, so there's no PaymentIntent attached to it.
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
yes so when i create a one time payment for the user that have an invoice in our flow the invoice is empty
0 dollars
this happen only with this user
you're creating the invoice before creating the invoice items
its weird this is happening only with this user
normaly it create invoice item then the invoice
what I'd suggest doing is using the new flow, not the old one where you create the items first and then the invoice. Sometimes there can be race conditions if you create the invoice immediately after the item and it doesn't get included.
i will logs every thing and comback to you thanks for your help
what is the new flow ?
https://docs.stripe.com/invoicing/integration#create-invoice-code
- create Invoice
- create InvoiceItems for that Invoice
- finalize Invoice