#UnknownUser
1 messages · Page 1 of 1 (latest)
Only difference is an out of band payment is included with invoice.paid: https://stripe.com/docs/api/events/types#event_types-invoice.paid vs https://stripe.com/docs/api/events/types#event_types-invoice.payment_succeeded
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So if you want the most comprehensive one to listen to, just listen to invoice.paid
But in test server invoice.paid does not triggered at all
Can you share an invoice id where you see this?
Sorry I can't, It's is not my project, and signed confidential agreement
Ok
Well that should not be the case
invoice.paid is generated in test mode
I can't really help you further unless I have an invoice id to look
Invoice.paid is in production
It should be in both test and prod
Test mode should make no difference
Again, unless I have an invoice id I can't help further
So your offer just listen for invoice.paid instead of payment_succeeded?
That should be sufficient, yes