Links

Handle verification

You should check the requirements object of an Owner to see what information is still required to fully verify their details.
{
"business_type": "company",
...,
"requirements": {
"currently_due": [
"company.address",
"company.tax_id",
"company.phone",
"bank_account",
"tax_residency"
]
},
"status": "incomplete",
"tax_residency": null
}
You can either use the update an owner API or create an Onboarding Link to collect the outstanding details.