#Beans
1 messages · Page 1 of 1 (latest)
Hi there, what do you mean by check if the account is completed via API? ?
Yes
I mean
In the Connected Accounts
If the Status is Complete or still Restricted
I see, you can check the account's charge_enabled (https://stripe.com/docs/api/accounts/object#account_object-charges_enabled) and payout_enabled flags.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Right! Thank you!