#joshualaba
1 messages · Page 1 of 1 (latest)
Can you share the invoice ID (in_xxx)?
Can i pass u the subscription id? (This is on test)
Subscription ID will work too
sub_1NXIfTIbfASDb7isUXLKeyC0
I wanted to perform some actions on my app, if there was attempted failed charges from attempt #1 and attempt #2 but i think there was some issue
Why do you expect invoice.payment_failed event to be send? From https://dashboard.stripe.com/test/subscriptions/sub_1NXIfTIbfASDb7isUXLKeyC0, the invoice was paid successfully
invoice.payment_failed event will only be sent if there is payment failure on the invoice
1 moment
let me check if i provided you w the right one
pi_3NYoX9IbfASDb7is1B1bclKp
this is the payment invoice
sry the earlier one was wrong
invoice.payment_failed event was created: https://dashboard.stripe.com/test/events/evt_1NZBDJIbfASDb7isGFsqlMMS
But you didn't have any Webhook endpoints subscribing to invoice.payment_failed event.
https://dashboard.stripe.com/test/webhooks/we_1MgysVIbfASDb7isEVqSynMS only subscribed to invoice.paid event.
No problem! Happy to help 😄