v1

latestOpenAPI 3.0.22026-07-2432112226.7 KB
Tax Number Verification

Tax Number NIK Endpoint

This method helps you to check tax identifier. Please check Verihubs Guidelines to learn more on how to use this endpoint.

post/data-verification/tax/nik/verify

Headers

App-IDstring required
API-Keystring required

Request body

nikstring required

16 digit of Nomor Induk Kependudukan on Kartu Tanda Penduduk (KTP), new NPWP will also be the same with the NIK.

user_consentboolean required

User agreement on the verification process.

purposestring required

Purpose of doing the verification.

reference_idstring

This reference_id can be used to indicate your company’s transaction (must be unique per transaction)

Example request

{
  "nik": "327135756xxxxxx",
  "user_consent": true,
  "purpose": "check personal npwp",
  "reference_id": "Test-001"
}

Response

Successful Request

messagestring required

Message

Example response

{
  "message": "Successfully check NPWP.",
  "data": {
    "id": "238fc15d-5f3c-4a72-8d59-63bd8d4288e2",
    "reference_id": "ref_tax#72708413-4bd5-4d2e-982f-da9d7085b010",
    "name": "J*hn D**",
    "alamat": "J*k*rt* B*r*t",
    "status_wp": "AKTIF",
    "status_spt": "VALID"
  }
}