---
title: "Tax Number NIK Endpoint"
method: POST
path: "/data-verification/tax/nik/verify"
tags: ["Tax Number Verification"]
---

# Tax Number NIK Endpoint

`POST /data-verification/tax/nik/verify`

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

## Headers

- `App-ID` string, required
- `API-Key` string, required

## Request body

- Taxnikcheck
  - `nik` string, required — 16 digit of Nomor Induk Kependudukan on Kartu Tanda Penduduk (KTP), new NPWP will also be the same with the NIK.
  - `user_consent` boolean, required — User agreement on the verification process.
  - `purpose` string, required — Purpose of doing the verification.
  - `reference_id` string — This reference_id can be used to indicate your company’s transaction (must be unique per transaction)

## Response `200`

Successful Request

- ResponseTaxNIKSend200
  - `message` string, required — Message
  - `data` object — Shows result of NPWP Verification
    - `id` string — id
    - `reference_id` string — reference_id
    - `npwp` string — tax identier of person or company
    - `name` string — name of the tax identifier
    - `alamat` string — address in the tax identifier
    - `status_wp` string — status of Wajib Pajak
    - `status_spt` string — status of SPT

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/verihubs/apis/sms-api-documentation.md) · [All operations](https://skmtc.dev/verihubs/apis/sms-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verihubs/sms-api-documentation/revisions/5fa885d38adc/schema)
