API Reference
CamInvoice Member Detail

CamInvoice Member List

Description

This endpoint is used to validate taxpayer information.

GET {BaseURL}/api/v1/businesses/{moc_id}
Content-Type: application/json
Authorization: "Bearer ${access_token}"

Method

GET

Authentication

Bearer token authentication is required with the access token provided.

Request Parameter

FieldTypeDescription
moc_idStringA Ministry of Commerce's single ID
limitnumberLimit number of businesses

Response

{
  "moc_id": "033423",
  "company_name_en": "Expresso Co ltd",
  "company_name_kh": "អុិចសប្រេសូ",
  "tin": "K001-3333333",
  "date_of_incorporation": null,
  "business_type": null,
  "city": "Phnom Penh",
  "country": "KH",
  "phone_number": "+85544433422",
  "email": "phenpani@gmail.com",
}

Response Array of Business where Business field describe below

Field NameDescription
moc_idThe unique identification number assigned to the company by the Ministry of Commerce.
company_name_enThe official name of the company in English.
company_name_khThe official name of the company in Khmer (Cambodian language).
tinThe Tax Identification Number (TIN) of the company.
date_of_incorporationThe date when the company was officially incorporated.
business_typeThe type of business the company is engaged in.
cityThe city where the company is located.
countryThe country code of the country where the company is located.
phone_numberThe phone number of the company.
emailThe email address associated with the company.