#sunnylbk
1 messages · Page 1 of 1 (latest)
Hello there
Can you provide me the Invoice ID so I can take a look?
It is likely that you didn't enable auto_advance here
Gotcha yep so when you create an Invoice via the API auto_advance is set to false by default
So you can either set it to true when you finalize, or instead of finalizing you can just call /pay (https://stripe.com/docs/api/invoices/pay) which will finalize and attempt payment immeidately.
Understood, let me try with this