I have a situation where Standalone Stripe accounts are connected to an application, and we'd like to notify our application's users if they still need to go into Stripe's dashboard to finish some verification.
As it is now, charges_enabled, details_submitted, and transfers_enabled are all true, but when I try to create a charge, it fails, because the account still needs to do the verification.
Is there a way to detect if there's anything missing before the connected standalone account can actually receive live payments? Is it a bug that charges_enabled is true while the account is not actually able to create live charges?