#swati
1 messages · Page 1 of 1 (latest)
hello! i'm afraid i don't quite understand, can you share what you're trying to do and what error you're running into?
i trying to transfer money stripe to connect bank account.
alright, how? are you using the Dashboard or API?
do you have a screenshot that you can share?
I call curl https://api.stripe.com/v1/transfers
-u sk_test_XXX
-d amount=400
-d currency=usd
-d destination=acct_xxx
-d transfer_group=ORDER_95 but it give error
Your destination account needs to have at least one of the following capabilities enabled: transfers, crypto_transfers, legacy_payments",
what I do?
when you created the connected account, did you request for those capabilities : https://stripe.com/docs/api/accounts/create#create_account-capabilities?
if you didn't you can update it and request for it : https://stripe.com/docs/api/accounts/update#update_account-capabilities-transfers-requested
when I create connect account then those transfer capability also true
maybe can you share the connected account id?
ah, sorry, you need to pass in the required information
you can use the stripe hosted onboarding form to input those info : https://stripe.com/docs/connect/connect-onboarding. You can pass in the test information here : https://stripe.com/docs/connect/testing
thanku
Can you share the request ID (req_xxx) that throws the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_2rUuNkhUuKAdTx
The connected account's transfer capability is inactive: https://dashboard.stripe.com/test/connect/accounts/acct_1Ll3Ck2QyKQhVHRL
Connected account should complete onboarding before proceeding with transfer: https://stripe.com/docs/connect/connect-onboarding