#eleanor-subscriptions-error

1 messages · Page 1 of 1 (latest)

quasi lynx
deep orchid
#

When I use the Stripe CLI to track webhooks and then use test mode to try making a failed payment, the customer.subscription.updated one gives me status: active still

#

Also, would it matter whether I track invoice.payment_failed or payment_intent.payment_failed?

quasi lynx
deep orchid
#

Ah, okay! Thank you for this, super helpful! So if all retries fail then it would be status: incomplete?

quasi lynx
#

Also, would it matter whether I track invoice.payment_failed or payment_intent.payment_failed?
Again, that depends on what you're trying to do. If you want to prompt your user for a new payment method, for example, you would want to use the subscription events and update the default payment method on the customer.

quasi lynx
deep orchid
#

Ok! I think this should cover everything for now, thanks