KYB status changeWebhook

Request
Security:
Request Body schema: application/json
account_id
string

Tilia account ID with which the business entity will be associated

entity_id
string

Unique Tilia ID for your entity

entity_status
string

Status of the KYB entity

Possible values are listed in the following table.

Value Description
ACCEPT KYB data has been accepted.
DENY KYB data has been rejected.
PROCESSING This KYB application is being reviewed by Tilia.
INCOMPLETE Application not yet submitted by applicant.
CANCEL The application process is halted due to no response from user.
INACTIVE The entity no longer exists.
vendor_application_id
string

Application ID used to track your application through Tilia's underwriting service system

custom_application_id
string

Custom publisher ID used to track the application in the publisher's system

Responses
2XX

Return a 2XX status to indicate that the data was received successfully

Request samples
application/json
{
  • "account_id": "f1a2d21c-1736-4f9b-997d-2aaf1fc0f50e",
  • "entity_id": "ent_2EPau2TcGh8BlXUubpba9WBD2u2",
  • "entity_status": "ACCEPT",
  • "vendor_application_id": "12345",
  • "custom_application_id": "9a2beeb0-ed09-4c69-9627-786eb6d2df33"
}