Verifications
Verify utility bill
Upload a utility bill and verify the printed address against the company on file.
POST
Upload a utility bill image. The bill is read by the verification model and its address is checked against the company’s address on file. On a pass, the company’s
When the bill cannot be matched the response is
utility_bill and address_verified flags are set. The request is multipart/form-data and the company must already have an address.
Form fields
string
required
The company the bill belongs to.
file
required
The utility bill. PDF, JPEG, or PNG, up to 10 MB.
Response
A pass returns a short success message. The TIN/address details are written to the company record, not echoed back.400 with a reason and suggestions.
Failed
Errors
Verification is rate limited to 10 attempts per hour per caller.
