#hiru-COnnect
1 messages · Page 1 of 1 (latest)
Hi there, you can use the charge_enabled flag (https://stripe.com/docs/api/accounts/object?lang=curl#account_object-charges_enabled) to check if the account can create live charges
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
in this above screenshot you see that need additional document verification but when i get the account object i see charges_enabled: true . so what this account is ready for receiving payment or not ? the pending document is required or not ?
OK, it means this account is able to create live charges (aka receive payment), but it misses some information to enable payout.
yes that's what I'm talking about so what is the solution for that. is any proper flag is available in the account object so we can check our account verification is completed
If you want to know if the payout is enabled, check the payout_enabled flag
okay thanks for replying