#xxxxx-Connect
1 messages · Page 1 of 1 (latest)
That's about the ability of the connected account that you are transferring to
so how will i change that so the payment can be processed.
You can try Update Account API: https://stripe.com/docs/api/accounts/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You need transfer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
update this to true
"capabilities": {
"card_payments": "active",
"transfers": "active"
},
i did this but still the same issue
what thsi mean that the card payments will be active, external account is my bank acount.
and the payment is done through card.
is this right?
sorry but its some other person stripe account.
Hmm. Is it correct that you own the Platform account? And you created Connected account and trying to transfer to it?
yes.
Did you update the capabilities of the Connected account?
no i just update the external account
and if i somehow doesn't fill the address details , during stripe onboarding, it will not effect my transfers?
will i have to fill all the details?
earlier when i created the external account i didn't set the capabilities option, that time it doesn't give that error.
when is "earlier"?