#lec1892_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/1293595435927343119
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, this Checkout Session creation, https://dashboard.stripe.com/test/logs/req_b10Ca772iMT35I did not use invoice_creation:{enabled: "true", }, . On the other hand, this request, https://dashboard.stripe.com/test/logs/req_ydujYGBksw0lfP did. Also, these requests are both made in test mode. Can you review the above and confirm if you shared the correct ids?
the ids are correct, and yes it is in test mode
since my code is the same running on my server and on my local machine, why the invoice was generated for one customer but was not generated for the other customer? why one request has the flag true and the other has flag false?
You would need to debug that on your end I'm afraid. As far as I can see, on one request the invoice creation is enabled and the other one it is not.
are sure this is not something on stripe side?
These are using the same API version, same Java library version...
Yes, I am.
We do not see invoice_creation parameter on the second request. If you set this to true, and if you still did not get an invoice, that would likely be something on Stripe's end.
I will triple check my code and builds. If the issue persist I will make contact with you again. Thank you.
Sure!