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

# Tax Number NPWP Endpoint

`POST /data-verification/tax/npwp/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

- Taxnpwpcheck
  - `npwp` string, required — 16 digits number from NPWP card, if it's a 15 digit number, add 0 before the first number to make it 16 digits.
  - `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

- ResponseTaxNPWPCheck200
  - `message` string, required — Message
  - `data` object — Shows result of NPWP Verification
    - `id` string — id
    - `reference_id` string — reference_id
    - `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)
