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
vpaHandle
string 
required
Vpa handle which needed to be verified
customerRequestId
string 
required
Unique Id for each record
Example
{
  "vpaHandle": "string",
  "customerRequestId": "string"
}

Request 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
response_code
integer 
required
response_message
string 
required
payload
object 
required
vpaVerificationId
string 
required
customerRequestId
string 
required
companyId
string 
required
vpaHandle
string 
required
beneficiaryName
string 
required
beneficiaryIfsc
string 
required
accountType
string 
required
responseMessage
string 
required
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