eKYB

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Plugins

Status Codes

200 Status codes for business name:

Status codes for address verification:

Status codes for address property type:

Status codes for address deliverability:

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"
        }
    ]
}

Error Code

400 Bad Request

Curl Example

curl --request POST \
     --url https://demo-api.incodesmile.com/omni/externalVerification/ekyb \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json'