#allianceRes
1 messages · Page 1 of 1 (latest)
Yes, that capability will tell you whether you can send transfers to that account
If you want to check less, it may make sense to have a "transfers enabled" value for that account in your DB and update it based on capability.updated webhooks. Though also this value does not change much so you may not need to check often after it has been enabled https://stripe.com/docs/api/events/types#event_types-capability.updated
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you for answer!
so no need to check charges_enabled or past_due for more security ?
If you are doing the separate charges and transfers flow (charge goes to your platform, then you send the connected account money), the transfers capability should be all that is required from the Stripe side as far as I know