#NinjaMasta-invoice
1 messages · Page 1 of 1 (latest)
1D6A6466-0003
That's the invoice number - I need the Invoice ID (should be of the format in_xxx)
Try this one: in_1LUdrlCf0AKPiudJjttrQhvE
I have a theory of what this could be - give me a minute to confirm
ok
Yeah I can reproduce - it's because your customer is missing country in their billing address. So you need to go and update the customer and set address[country (https://stripe.com/docs/api/customers/update#update_customer-address-country). This won't fix the already finalized Invoices, but it'll work for the next Invoice you create + finalize
Ok, thanks. I tested and that fixed it.