#surgical-standard-connect
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ you can listen to account.updated events (with a Connect webhook) to be notified when your connected accounts are updated. You can then check the capabilities hash to confirm the account has all necessary capabilities for your flow, along with the payouts_enabled field.
https://stripe.com/docs/api/accounts/object#account_object-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.
Thank you!