Skip to main content
POST
Submit a company’s business address for physical verification through the underlying KYC provider, then poll for the result. Submission returns a reference_id and an initial status; the status endpoint reports progress and, once complete, the captured address data. Both calls require an authenticated owner. The submit body is JSON.

Submit — POST /v1/physicalAddress

string
required
The company being verified.
string
required
string
required
string
required
string
required
string
required
string
required
string
required
string
required
string
required
string
required

Check status — GET /v1/physicalAddress

Poll with either the reference_id from submission or the companyId. At least one is required.
string
The reference returned at submission.
string
The company whose latest address verification you want. Resolves to the stored reference.
cURL
Until the visit completes, data is absent. Once complete, data carries the captured applicant, location, and photos.
Status — completed

Errors

Submission is rate limited to 5 attempts per 24 hours per caller.