Enkash Developer Portal
Home
Home
Login
  1. UPI(VPA) Verification
  • Back to home
  • Verification Suite APIs
  • Bank Account Verification
    • Bank Account Verification PennyLess/PennyDrop
  • GSTN Verification
    • Gstin Verification
  • PAN Verification
    • Pan Verification
  • UPI(VPA) Verification
    • Vpa Verification
      POST
  1. UPI(VPA) Verification

Vpa Verification

POST
https://ekpayout-uat.enkash.in/api/v0/vpa-verification/vpa

Request

Body Params application/json

Example
{
  "vpaHandle": "string",
  "customerRequestId": "string"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ekpayout-uat.enkash.in/api/v0/vpa-verification/vpa' \
--header 'Content-Type: application/json' \
--data-raw '{
  "vpaHandle": "string",
  "customerRequestId": "string"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "response_code": 0,
    "response_message": "string",
    "payload": {
        "vpaVerificationId": "string",
        "customerRequestId": "string",
        "companyId": "string",
        "vpaHandle": "string",
        "beneficiaryName": "string",
        "beneficiaryIfsc": "string",
        "accountType": "string",
        "responseMessage": "string"
    }
}
Modified at 2025-07-07 18:47:25
Previous
Pan Verification
Built with