Skip to main content
POST
PH KYB Lite
Run a lightweight Know Your Business verification on a Philippine company. The initial API response acknowledges the request with verificationStatus: IN_PROGRESS; the final result is delivered to the resultNotificationURL you supply, with the same envelope shape and a type field of verification.ph_kyb_lite. Use this endpoint when you only need basic company existence and status information; for shareholder and director records use PH KYB Comprehensive instead.

Data source

Company information is retrieved from the Department of Trade and Industry (DTI).

Webhook callback

When the verification completes, IDmeta POSTs the payload below to your resultNotificationURL. The envelope carries type: "verification.ph_kyb_lite", and data.result.CompanyBasicInformation contains the upstream registry record.

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Body

application/json

The body is of type any.

Response

200 - application/json

Verification accepted (async). Final result is delivered via webhook.