#alko89
1 messages ยท Page 1 of 1 (latest)
Hi there!
Can you share the invoice ID (in_xxx) with no PaymentIntent ID?
Note that we did make changes to invoice in version 2022-08-01
sure thing in_1MQt0wGjQawimwZRvGhiPVl7
could be due to invoice being generated manually for test
ohhh, now that I think about it, its probably because its value is 0$?
Yes $0 invoices won't have a PaymentIntent.
But also make sure to understand the new way to create invoice: first create an empty invoice, then add invoice items to it.
https://stripe.com/docs/invoicing/integration/quickstart
ohhh that might be it! Guess I have to update out e2e tests
my mistake then, sorry about that and thanks for the quick help
Happy to help ๐
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
all that was missing was invoiceId in invoice items ๐ before that only customerId was needed
yes sometimes our API changes, sorry about that
you can always keep an eye on https://stripe.com/docs/changelog for the changes on the API