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

Bank Account Verification Status

Developing
GET
/api/v0/pennyDrop/{customerRequestId}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

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 GET '/api/v0/pennyDrop/' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
application/json
Body

Example
{
    "response_code": 0,
    "response_message": "Success",
    "payload": {
        "ifsc": "SBIN000000",
        "requestId": "TRN599214603JDSFSD",
        "enkashUniqueId": "4942002350",
        "utr": null,
        "status": "FAILED",
        "beneficiaryName": null,
        "nameMatchPercentage": null
    }
}
Modified at 2025-09-19 05:08:25
Next
Bank Account Verification PennyLess/PennyDrop
Built with