Stripe Connect - Seller requirements?

@nicolas.daprigny I looked through those documents, it seems like you had the same question, did you ever figure it out?

I want to store the charges_enabled data in my app’s database. Stripe has said that charges_enabled will determine if the user can accept payment. There is no event called charges_enabled. But there is an event called account.updated. The account.updated event has charges_enabled nested under object.

I have tried to find the charges_enabled in the event but I don’t see that option in Bubble:

@emmanuel Is it possible to store this data in my app’s database using the Bubble API?