How to handle Braintree subscription stopped due credit card expired

How do we handle in Bubble when a subscription has stopped due to a credit card expiring?

I’m trying to figure this out now. @mente12 DId you ever get it to work?

Yes, normally you will have to setup a web-hook that notifies the Bubble app that the credit cards has expired for a specific. Once the Bubble app gets the notification you will take action on the user by, for example, blocking content until they update the CC. Then you will have to provide the means to updating payment information. This is for Stripe and likely similar for Braintree.