#u_237936102
1 messages · Page 1 of 1 (latest)
hello! i'm not too sure i understand what you're looking for? If you want to understand more about capabilities, maybe this guide is what you're looking for? https://stripe.com/docs/connect/account-capabilities
Hello @fickle comet thank you for your response. That is what am looking at above and beyond the api reference docs. See https://stripe.com/docs/connect/account-capabilities#requesting-unrequesting does not tell us what the capabilities in code examples are or rather what they stand for
I am trying to follow the best practices you have stipulated here https://stripe.com/docs/connect/account-capabilities#viewing If you preview the requirements first, collect what’s required for the account, and then request the capability, you can assist in enabling charges and payouts for the account more quickly. You also avoid the possibility of the account getting disabled since the information was already collected in advance.
the description of the capabilities can be found in these section : https://stripe.com/docs/connect/account-capabilities#supported-capabilities
Thank you it was there all along. Sorry for this
Is there an api request for capabilities by country ?
There is not. You can maybe pull info form here: https://stripe.com/docs/api/country_specs
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But it doesn't map directly to capabilities
Hello @steady wren thank you for the timely response. This is giving a response of supported_payment_methods which are not the same definitions as capabilities e.g. instead of say what the type parameter is like -https://stripe.com/docs/api/payment_methods/customer_list I am seeing "ach", "card","stripe"
I am thinking the only workaround is working with https://stripe.com/docs/connect/payment-method-available-countries if there is no API for this. Create somes sort of relationship that we can query in our software. Please let me know what you think or suggest
Yup, as stated there's no direct mapping. There's no API that lists capabilities per country
Ok thank you