#testdev-connect-transfers
1 messages · Page 1 of 1 (latest)
It looks like that account needs info for the transfers capability to be enabled. We show how to do that with connect onboarding on this page https://stripe.com/docs/connect/custom-accounts
why is it required in test mode?
?
The intention is to simulate requirements collection in test mode as well
i am unable to enable it can you simplify it a bit
Have you tried the account link flow from that doc? That would probably be the simplest way to enable this account right now
Otherwise, you can look at this hash on the account and manually fill out those fields via update calls from the API https://stripe.com/docs/api/accounts/object#account_object-capabilities-transfers
Add or correct some of their account details so they can use Stripe.
it gives this error message
even after giving
capabilities: {
card_payments: {requested: true},
transfers: {requested: true},
},
on the dashboard
more over it accepts only US address
What is the error message? Looks like it didn't send
So there is a difference between the capabilities being requested and being enabled. You need to provide their required info for them to be enabled