#TomHS-connect
1 messages ยท Page 1 of 1 (latest)
๐
When more information is required from the account, an account.updated event will be sent to you with requirements.currently_due: https://stripe.com/docs/api/accounts/object#account_object-requirements-currently_due
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
"alternatives": [],
"current_deadline": null,
"currently_due": [],
"disabled_reason": "other",
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": []
}```
I get told nothing here
Let me have a check
It looks like transfer capability is not set in this account, so it doesn't request more data for transfer capability: https://dashboard.stripe.com/connect/accounts/acct_1LSqo4DG8ZIGro6r/activity
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
But then why is the account disabled?
The account seemingly hasn't been onboarded correctly. See details_submitted: false
You should create a new account_onboarding Account Link: https://stripe.com/docs/api/account_links/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.
Ah that's the value I should look for then. Thanks and sorry for the slow replies, clients keep calling :S
Well that's the value to know that all onboarding details have been submitted
Otherwise requirements / future_requirements are indicative of outstanding information
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!