#fpereira

1 messages · Page 1 of 1 (latest)

primal sorrelBOT
full wagon
#

Hi there

#

What webhook are you listening to specifically here?

#

Can you also provide an example Subscription ID that I can look at?

golden shoal
#

invoice.payment_failed

#

"sub_1Mh5ziCjjcg0iMyFsb4qRX4b"

full wagon
#

Thanks looking

#

Okay yeah so you have two options here. Either you want to listen for payment_intent.payment_failed to get the specifics of the decline. Or, when you receive an invoice.payment_failed webhook you retrieve the associated PaymentIntent and look at the last_payment_error

golden shoal
#

I understand. Thank you so much!