Endpoints
Endpoints
Method | Path |
---|---|
POST | https://api.verihubs.com/v2/income/verify |
Headers
Key | Types | Notes | Description |
---|---|---|---|
App-ID | string | Required | Application ID |
API-Key | string | Required | API-Key |
Body Params
Key | Type | Example | Description |
---|---|---|---|
nik | string | 3520000000000 | Identity number. 16 digits, number only. |
reference_id | string | ref#001-abcd | The optional payload if there’s additional need for create unique id, must be unique (this can be used for reconciliation purpose) Note: If the reference_id is empty or did not include to the request, Verihubs will generate the unique reference_id |
Response
Field | Type | Decription |
---|---|---|
id | string | Verihubs id, generate string that can be used for reconciliation purpose (unique for every transaction) |
reference_id | string | The optional payload if there’s additional need for create unique id, must be unique (this can be used for reconciliation purpose) |
grade_income | string | Grade income from the given salary range. |
Updated 22 days ago