#samstei-invoice-payment-failed-event
1 messages ยท Page 1 of 1 (latest)
in_1JZiupGvsNt1AZja9HkrWp2f
But generally, you'd want to retrieve the payment intent associated with the invoice and examine the last payment error there:
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-last_payment_error
so I need to make API call after I get webhook?
ok. Shame it doesn't include it in the webhook
Webhooks don't include any expanded objects in order to keep them as fast as possible
ok
And for cases where you need more detail you can retrieve / expand as needed
thanks