#Ale_

1 messages · Page 1 of 1 (latest)

acoustic edgeBOT
coral sable
#

Yes, invoice.finalized Events are always thrown when an Invoice is finalized, but they are finalized before payment happens so that isn't the Event you want to listen for to determine payment outcomes.

For payment outcomes related to your Invoices, you'll want to listen for invoice.payment_succeeded and invoice.payment_failed Events (and possibly invoice.payment_action_required depending on your integration/goals).
https://stripe.com/docs/api/events/types#event_types-invoice.payment_failed

upper mist
#

Oh okay, thank you!