#nikitabhagat
1 messages · Page 1 of 1 (latest)
hello! which country is your platform based in and are your connected accounts based in the same region/country?
you should be able to create a Transfer then : https://stripe.com/docs/api/transfers/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I have used it but it is throwing me an error
insufficient_capabilities_for_transfer
Your destination account needs to have at least one of the following capabilities enabled: transfers, crypto_transfers, legacy_payments
What should I do here?
acct_1OjEkSFhlf963Q6r
you should provide all of the required information to enable the capabilities are active first. Right now Transfers are restricted because you haven't provided all of the required information. You can use Stripe hosted onboarding a.k.a Account Links to provide the required info. See https://stripe.com/docs/connect/custom/hosted-onboarding for more details. For the test info, you can use the details provided in https://stripe.com/docs/connect/testing
Where I need to complete more information in the Stripe?