#aaparth-CRN

1 messages · Page 1 of 1 (latest)

remote yacht
#

@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?

remote knot
#

yes trying to do it on behalf of connected account

remote yacht
#

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)

remote knot
#

yes here it is

#

acct_1Jefd2QxGkDazMs0

#

@remote yacht you there mate ?

remote yacht
#

yes, but give me a moment

remote knot
#

sure

remote yacht
#

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

remote knot
#

okay