#dhruvesh2908
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dhruvesh2908, 1 hour ago, 4 messages
Well generally you'd specify the required capabilities when creating the Account via the API. I would guess that you didn't specify transfers: https://stripe.com/docs/api/accounts/create#create_account-capabilities
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 already mention in
capabilities: {
card_payments: {
requested: true,
},
transfers: {
requested: true,
},
},
Sure, but it doesn't mean the account actually has the capability enabled. Did you onboard the account and provide verification info?
i have pass this data that is right or not..??
I would guess not based on the situation. I'd recommend reading this doc on how to understand if/when an account is enabled or whether it requires verification: https://stripe.com/docs/connect/required-verification-information