- Bank Account Verification
- GSTN Verification
- PAN Verification
- UPI(VPA) Verification
Vpa Verification
POST
https://ekpayout-uat.enkash.in/api/v0/vpa-verification/vpa
Request
Body Params application/json
vpaHandle
string
required
customerRequestId
string
required
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