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

Bank Account Verification PennyLess/PennyDrop

POST
/api/v0/pennyDrop

Request

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

Example
{
  "beneficiaryAccountNumber": "IOTwwQhA",
  "customerRequestId": "string",
  "beneficiaryIfscCode": "xcHx00qt60T",
  "pennyLess": true
}

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 '/api/v0/pennyDrop' \
--header 'Content-Type: application/json' \
--data-raw '{
  "beneficiaryAccountNumber": "IOTwwQhA",
  "customerRequestId": "string",
  "beneficiaryIfscCode": "xcHx00qt60T",
  "pennyLess": true
}'

Responses

🟢200Success
application/json
Body

Example
{
  "beneficiaryAccountNumber": "IOTwwQhA",
  "customerRequestId": "string",
  "beneficiaryIfscCode": "xcHx00qt60T",
  "pennyLess": true
}
Modified at 2025-08-08 09:24:36
Next
Gstin Verification
Built with