#mtanzi
1 messages ยท Page 1 of 1 (latest)
Hello! Can you clarify what you mean by the Invoice remaining open? Are you talking about the one-off Invoice you create or the last Invoice belonging to the Subscription?
Hey Rubeus ๐
yes, the one-off invoice I create to charge the usage on the product it remains on the open state
looking at the sequence of events I see that the last webhook sent is the invoice.finalized
if it's easier I can share the invoice ID
The Invoice ID would be helpful, yep!
here is an example in_1M00YNJfYi7qv89idY0DDdJI
Taking a look, hang on...
Thanks!
Okay, looks like you created the Invoice and then called /finalize, but you never called /pay on this one. In order to attempt payment you must call /pay: https://stripe.com/docs/api/invoices/pay
mmm interesting, I have the pay call that should be triggered when the finalized event is processed, and I can't see any error on my side so I a a bit puzzled why it is not called ๐ค
also this happen to some of the customers, not all of them
All I can see from our end is that only /finalize was called on that Invoice, not /pay.
Thanks !