#Jahanvi
1 messages · Page 1 of 1 (latest)
Both are sent
which is sent when payment is success?
If a customer attempt to pay an invoice, both events invoice.paid and invoice.payment_succeeded, are triggered
For invoice.paid occurs whenever an invoice payment attempt succeeds or an invoice is marked as paid out-of-band. Or for invoice.payment_succeeded occurs just when an invoice payment attempt succeeds.
https://stripe.com/docs/api/events/types#event_types-invoice.paid
https://stripe.com/docs/api/events/types#event_types-invoice.payment_succeeded
gotcha thanks
Np!