#KraZ-connected-acc-ready
1 messages ยท Page 1 of 1 (latest)
Hello ๐
You can retrieve the account using the API and look at the capabilities
https://stripe.com/docs/api/accounts/retrieve
OR look at charges_enabled as well as payout_enabled properties
https://stripe.com/docs/api/accounts/object#account_object-charges_enabled
https://stripe.com/docs/api/accounts/object#account_object-payouts_enabled
KraZ-connected-acc-ready
Yes I saw this in the docs, the question is how do I know which capabilities are required for my apps specific case? Is there documentation on the capabilities?
Is it wise to store the capabilities in DB or should they be checked all the time?
For example, could stripe disable an account at which point I would need to check the capabilities?
It may get disabled for a compliance requirement or if they're in violation of TOS or something.
The capabilities vary by integration but you'll find the additional requirements under this property
https://stripe.com/docs/api/accounts/object#account_object-requirements
Checking to see if we have any docs that expand on capabilities
Ah thats awesome, I must say, the stripe dashboard, documentation, overall developer experience has been great. Absolutely fantastic product and this being my first time on the stripe official discord, great support too.
Thanks for your help, I will continue building with the above in mind, thanks ^ ๐
Glad I could help ๐