---
title: "Sandbox - Verify NPWP"
method: POST
path: "/data-verification/npwp/verify"
tags: ["Sandbox - NPWP Verification"]
---

# Sandbox - Verify NPWP

`POST /data-verification/npwp/verify`

This method helps you to check tax identifier

### Scenario Description
  Scenario       | Subject ID         | Description |
  -----------|:---------------------|:-------------------------- |
  User input all valid data |  "nik": "1000000000000000", <br> "purpose": "checking npwp", <br> "user_consent": true, <br> "reference_id": "001" | Data inputted based on rules & NIK registered|
  User input all valid data |  "nik": "1000000000000001", <br> "purpose": "checking npwp", <br> "user_consent": true, <br> "reference_id": "001" | Data inputted based on rules & NIK registered resulted in status_wp is Non Efektif or NE|
  User input all valid data |  "nik": "1000000000000002", <br> "purpose": "checking npwp", <br> "user_consent": true, <br> "reference_id": "001" | Data inputted based on rules & NIK registered resulted in status_wp is Non Efektif or NE and status_spt is INVALID|
  User input all valid data |  "nik": "1000000000000003", <br> "purpose": "checking npwp", <br> "user_consent": true, <br> "reference_id": "001" | Data inputted based on rules & NIK registered resulted in NPWP is not found|

  Scenario       | Subject ID         | Description |
  -----------|:---------------------|:-------------------------- |
  User input all valid data |  "npwp": "100000000000000", <br> "purpose": "checking npwp", <br> "user_consent": true, <br> "reference_id": "001" | Data inputted based on rules & NPWP registered|
  User input all valid data |  "npwp": "100000000000001", <br> "purpose": "checking npwp", <br> "user_consent": true, <br> "reference_id": "001" | Data inputted based on rules & NPWP registered resulted in status_wp is Non Efektif or NE|
  User input all valid data |  "npwp": "100000000000002", <br> "purpose": "checking npwp", <br> "user_consent": true, <br> "reference_id": "001" | Data inputted based on rules & NPWP registered resulted in status_wp is Non Efektif or NE and status_spt is INVALID|
  User input all valid data |  "npwp": "100000000000003", <br> "purpose": "checking npwp", <br> "user_consent": true, <br> "reference_id": "001" | Data inputted based on rules & NPWP registered resulted in NPWP is not found|

## Headers

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

## Request body

- Postnpwpcheck
  - `npwp` string — Personal tax number.
  - `nik` string — Personal ID from KTP.
  - `user_consent` boolean — User consent will be needed with NIK to ensure user's data.
  - `purpose` string — Purpose of doing the verification.
  - `reference_id` string — unique number of each transaction

## Response `201`

Successful Request

- Responsepostnpwpcheck
  - `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)
