API Reference
Validate Business

Validate Tax Payer

Description

This endpoint is used to validate taxpayer information.

POST {BaseURL}/api/v1/business/validate
Content-Type: application/json
Authorization: "Bearer ${access_token}"
{
    "single_id": "2333",
    "tin": "K009-023344534",
    "company_name_en": "Testing compnay",
    "company_name_kh": "Testing compnay"
}
 

Method

Authentication

Bearer token authentication is required with the access token provided.

Request Body

FieldTypeDescription
single_idStringThe single ID of the taxpayer.
tinStringThe taxpayer identification number (TIN).
company_name_enStringThe company name in English.
company_name_khStringThe company name in Khmer (Cambodian language).

Response

HTTP Status 200 (OK)

FieldDescription
is_validA boolean indicating whether the taxpayer is valid or not.

HTTP Status 422 (Unprocessable Entity)

This response occurs when the provided data are missing