#Rahul Maru
1 messages · Page 1 of 1 (latest)
Hi there! Could you clarify what you mean by company license? It's possible to update a few company parameters for a given account - https://stripe.com/docs/api/accounts/update#update_account-company
it is showing me the message like this on stripe dashboard
Provide more information in order to enable payments and payouts for this account.
INFORMATION NEEDED - DUE NOW
Company license
Test data accounts are verified only once. Use different
test data helpers
to control the outcome of this verification.
requestId
req_bYUPoFc4wpI6jh
{
"documents": {
"company_license": {
"files": {
"0": "file_1M1yRqFsdWHZFlc3b0S5fpsv"
}
}
}
}
data which i sent
Got it, thanks for this
I recommend inspecting the requirements.disabled_reason value in the account object
This will tell you that requirements.past_due is the reason this account is disabled. This appears to be due to Terms of Service acceptance - https://stripe.com/docs/connect/updating-accounts#indicating-acceptance
const stripe = require('stripe')('sk_test_tR3PYbcVNZZ796tH88S4VQ2u');
const account = await stripe.accounts.update(
'{{CONNECTED_STRIPE_ACCOUNT_ID}}',
{tos_acceptance: {date: 1609798905, ip: '8.8.8.8'}}
);
but toc is already updated for that account
do you want me to call this again
for that account
I recommend removing your test secret key from the message above
that's not the real one
check this is the connect account details which is not verified
this is the latest one after accepted toc
Okay, let's take a step back. Are we looking at acct_1M1qRFFhe12bbnP4 ?
this one is the details
Okay, got it. Yes, the value of requirements.disabled_reason show this account was disabled due to requirements.past_due. the past_due value is documents.company_license.files
Do you have the request ID for your attempt to update acct_1M1wPnFoWmuMMGUE's files?
yes sure wait
requestId
req_bYUPoFc4wpI6jh
{
"documents": {
"company_license": {
"files": {
"0": "file_1M1yRqFsdWHZFlc3b0S5fpsv"
}
}
}
}
this is the requestId and data
wait i send you wrong requestid mistakenly
got it, will wait for the right one!
i just called that api again and now it is showing this how many documents need to be uploaded for company based connect account