Status codes for business name:
- status: Success, sub_label: Verified, label: Match identified to the submitted Business Name
- status: Warning, sub_label: Similar Match, label: Similar match identified to the submitted Business Name
- status: Failure, sub_label: Unverified, label: Unable to identify a match to the submitted Business Name
- status: Failure, sub_label: Alternate Name, label: We believe the submitted TIN is associated with "name"
Status codes for address verification:
- status: Success, sub_label: Verified, label: Match identified to the submitted Business Name
- status: Warning, sub_label: Similar Match, label: Similar match identified to the submitted Business Name
- status: Failure, sub_label: Unverified, label: Unable to identify a match to the submitted Business Name
- status: Failure, sub_label: Alternate Name, label: We believe the submitted TIN is associated with "name"
Status codes for address property type:
- status: Success, sub_label: Commercial, label: Submitted Office Address is a Commercial property
- status: Warning, sub_label: Residential, label: Submitted Office Address is a Residential property
Status codes for address deliverability:
- status: Success, sub_label: Deliverable, label: The USPS is able to deliver mail to the submitted Office Address
- status: Failure, sub_label: Undeliverable, label: The USPS is unable to deliver mail to the submitted Office Address
Example:
{
"kyb": [
{
"key": "name",
"status": "success",
"sub_label": "Verified",
"message": "Match identified to the submitted Business Name"
},
{
"key": "address_verification",
"status": "success",
"sub_label": "Verified",
"message": "Match identified to the submitted Office Address"
},
{
"key": "address_deliverability",
"status": "success",
"sub_label": "Deliverable",
"message": "The USPS is able to deliver mail to the submitted Office Address"
},
{
"key": "address_property_type",
"status": "success",
"sub_label": "Commercial",
"message": "Submitted Office Address is a Commercial property"
}
]
}