Verifications
Physical address verification
Submit a business address for physical verification, then poll for the result.
POST
Submit a company’s business address for physical verification through the underlying KYC provider, then poll for the result. Submission returns a Submit —
Check status —
Poll with either the
Until the visit completes,
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
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.
