Skip to main content
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 your resultNotificationURL with the payload below.

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
companyName
string
required

Name of the company to be verified.

country
string
required

Country where the company is registered.

registrationNumber
string
required

Official company registration number.

trustFlowId
integer
required

Trust flow identifier used to categorize or group requests for tracking or reporting.

trustValidationId
string
required

Trust validation identifier for the verification request.

Response

200 - application/json

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