#Connor_
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
So this event is fired when the invoice cannot be finalized and the common reasons that they cannot be finalized are here: https://stripe.com/docs/billing/subscriptions/webhooks#:~:text=to learn more.-,invoice.finalization_failed,-The invoice couldn’t and https://stripe.com/docs/tax/customer-locations#finalizing-invoices-with-finalization-failures. There is not a test card that you can add to test this event I'm afraid.
Ok thanks, appreciate it. It looks like this centers around tax location, are there other things I can change to test besides that?
For example, the docs on "last_finalization_error" mention the type can be one of api_error, card_error, idempotency_error, or invalid_request_error
Hmm. I guess you could try passing in a made up/ invalid parameter when trying to finalize the invoice but I'm unsure it will give you what you want.
Right, I wonder if I can do this with subscription though, since Stripe automatically attempts to finalize right
I do not think so