#kateyon
1 messages · Page 1 of 1 (latest)
Hi there, you can create a Connect Webhook endpoint (https://stripe.com/docs/connect/webhooks) and listen to account.updated event
But which key has the status on account updated webhook response?
I don't see the key name in account updated response
And charge enables does not work. Always brings false
Even though status is complete
There's no property that directly reflect the account status that you see in dashboard, but you can check charges_enabled (https://stripe.com/docs/api/accounts/object#account_object-charges_enabled) and payouts_enabled
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Account updated event does not happen on event log
Account ID?