IDN KYB Comprehensive
Indonesia
IDN KYB Comprehensive
Comprehensive Know Your Business verification for Indonesian companies. Two-step asynchronous flow.
POST
IDN KYB Comprehensive
Run a comprehensive Know Your Business verification on an Indonesian company by name. This verification uses a two-step asynchronous flow. Initial API request usually take up to 45 seconds to determine whether the company exists, and up to 3 minutes to return the full results due to the slowness of the Indonesian AHU registry.
If the API finds a matching company, it proceeds to gather the company information and returns the results to your webhook via
resultNotificationURL. If no match is found, the webhook will be sent with no company detail results (empty data.result).
The initial API response acknowledges the request with verificationStatus: IN_PROGRESS if the company is found, or REJECTED if no matching company exists. When the company is found, the final result is delivered to the resultNotificationURL you supply. The webhook envelope carries type: "verification.idn_kyb_comprehensive" and a verificationStatus of VERIFIED (records found) or REJECTED (no records matched the supplied name).
Data source
Company information is retrieved from Administrasi Hukum Umum (AHU).Webhook callback
When the search-and-detail flow completes, IDmeta sends a POST to yourresultNotificationURL with the payload below.
Authorizations
Use Bearer {your_api_token} in the Authorization header.
Body
application/json
Name of the company to be verified.
Country where the company is registered.
Official company registration number.
Trust flow identifier used to categorize or group requests for tracking or reporting.
Trust validation identifier for the verification request.
Response
200 - application/json
Verification accepted (async). Final result is delivered via webhook.

