---
title: "Upi Advanced Verification"
method: GET
path: "/v1/verification/upi-advanced"
tags: ["KYC APIs"]
---

# Upi Advanced Verification

`GET /v1/verification/upi-advanced`

API to verify UPI information of your customers along with IFSC and the name as registered in the bank records.

## Query parameters

- `vpa` string, required

## Response `200`

Successful Response

- RESPONSEVPAADVANCESUCCESS
  - `code` integer
  - `timestamp` integer, required
  - `transaction_id` string, required
  - `sub_code` string
  - `message` string
  - `data` VpaAdvanceDetails, required
    - `name_at_bank` string
    - `ifsc` string
    - `ifsc_details` IfscDetails
      - `bank` string
      - `neft` string
      - `imps` string
      - `rtgs` string
      - `upi` string
      - `address` string
      - `city` string
      - `state` string
      - `branch` string
      - `category` string
      - `swift_code` string
      - `micr` string
      - `nbin` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
