Verification Creation Workflow
1
Get Folder ID
Create folder or get existing folder ID
2
Get Service ID
Get service list and find service ID
3
Start Verification
Create verification with NIB configuration
4
Get Results
Poll verification status and get results
Step 1: Get Folder ID
Create Folder
Response
Get Existing Folders
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
page_size | number | No | Number of folders to return per page (default: 10, max: 100) |
page_offset | number | No | Number of items to skip for pagination (default: 0) |
search | string | No | Search term to filter folders by name (case-insensitive) |
Response
Step 2: Get Service ID
Response
Step 3: Start Verification
Response
Step 4: Get Results
Response
NIB Input Configuration
Input Fields
| Field | Type | Required | Description |
|---|---|---|---|
nib | string | Yes | 13-digit Nomor Induk Berusaha (Business Identification Number) |
NIB Output
Output Fields
| Field | Type | Description | Possible Values |
|---|---|---|---|
is_valid_nib | boolean | null | Indicates if the NIB is valid and found in database | true, false, null |
business_data | object | null | Complete business information from government registry | Object with business details or null |
Business Data Fields
| Field | Type | Description | Possible Values |
|---|---|---|---|
nib | string | The verified NIB number | 13-digit numberic string |
company_name | string | Official registered company name | Any valid company name |
active_status | string | Current business operational status | "ACTIVE", "INACTIVE" |
migration_status | string | OSS (Online Single Submission) migration status | "OSS RBA", "NON OSS", etc. |
investment_type | string | Type of investment classification | "PMA" (Foreign), "PMDN" (Domestic), etc. |
business_scale | string | Business size classification | "LARGE", "SMALL" |