#aaparth-CRN
1 messages · Page 1 of 1 (latest)
@remote knot is this to update it on your own account, or do you use Connect and you're trying to do this on behalf of other connected accounts of your platform?
yes trying to do it on behalf of connected account
do you have an example acct_xxx of an account that needs it? (often the easiest way to answer this is to look at the raw requirements on the account)
yes, but give me a moment
sure
if you retrieve the account from the API you can see it's asking for :
requirements: {
alternatives: [],
current_deadline: null,
currently_due: [
"company.tax_id"
],
disabled_reason: "requirements.past_due",
errors: [],
eventually_due: [
"company.tax_id"
],
past_due: [
"company.tax_id"
],
pending_verification: []
},
so that's the field you need to provide the value to
okay