#mluksic-flaviar
1 messages · Page 1 of 1 (latest)
Sure, you can check the account's status via its charges_enabled (https://stripe.com/docs/api/accounts/object#account_object-charges_enabled) and payouts_enabled (https://stripe.com/docs/api/accounts/object#account_object-payouts_enabled) flag
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks!