---
title: "UPI Validate VPA API"
method: POST
path: "/validate-vpa"
---

# UPI Validate VPA API

`POST /validate-vpa`

This API is used to check whether the VPA is valid or not

## Request body

- object
  - `clientRefId ` string, required — Client ref ID
  - `customerVpa ` string, required — Customer VPA
  - `entityId ` string, required — Entity ID
  - `programId ` string, required — Program ID

## Response `200`

Successful response

- object
  - `clientRefId` string — Client Reference Id
  - `txnId` string — Transaction ID
  - `rrn` string — rrn
  - `errorCode` string — Error Code
  - `npciErrorCode` string — NPCI Error Code
  - `errorDescription` string — Error Description
  - `name` string — VPA Holder Name
  - `ifsc` string — IFSC
  - `accType` string — Account Type
  - `payeeVpa` string — Verified VPA

---

[API](https://skmtc.net/jiopay/apis/jiopay-pg.md) · [All operations](https://skmtc.net/jiopay/apis/jiopay-pg/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jiopay/jiopay-pg/versions/55aa41b8482f/schema)
