Skip to main content

BillVerifyResponse

Result of a customer-identifier look-up. Returned for cable TV, electricity and broadband.

customerNamestringnullable

The account holder's name when the identifier is valid.

Example: JOHN DOE
statusstring

valid = found; invalid = not found / wrong; unknown = verification temporarily unavailable.

Possible values: [valid, invalid, unknown]

messagestringnullable

A neutral, caller-safe note (null when valid).

BillVerifyResponse
{
"customerName": "JOHN DOE",
"status": "valid",
"message": "string"
}