- Explore Our Product Suite
- Payment Gateway
- Payouts
- Prepaid Cards
- Bharat Connect (BBPS)
- Accounts Payable
- Account Receivable
- Expense Management
- Rewards & Incentives
- Verification Suite
- Verification Suite Overview
- Bank Account Verification
- GSTN Verification
- PAN Verification
- UPI(VPA) Verification
Bank Account Verification PennyLess/PennyDrop
POST
/api/v0/pennyDrop
Request
Body Params application/json
beneficiaryAccountNumber
string
required
customerRequestId
string
required
beneficiaryIfscCode
string
required
pennyLess
boolean
required
Example
{
"beneficiaryAccountNumber": "IOTwwQhA",
"customerRequestId": "string",
"beneficiaryIfscCode": "xcHx00qt60T",
"pennyLess": true
}
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 '/api/v0/pennyDrop' \
--header 'Content-Type: application/json' \
--data-raw '{
"beneficiaryAccountNumber": "IOTwwQhA",
"customerRequestId": "string",
"beneficiaryIfscCode": "xcHx00qt60T",
"pennyLess": true
}'
Responses
🟢200Success
application/json
Body
response_code
integer
required
response_message
string
required
payload
object
required
ifsc
string
required
requestId
string
required
enkashUniqueId
string
required
utr
string
required
status
string
required
beneficiaryName
string
required
beneficiaryAccountNumber
string
required
customerRequestId
string
required
beneficiaryIfscCode
string
required
pennyLess
boolean
required
Example
{
"response_code": 0,
"response_message": "string",
"payload": {
"ifsc": "string",
"requestId": "string",
"enkashUniqueId": "string",
"utr": "string",
"status": "string",
"beneficiaryName": "string"
},
"beneficiaryAccountNumber": "string",
"customerRequestId": "string",
"beneficiaryIfscCode": "string",
"pennyLess": true
}
Modified at 2025-02-07 08:44:35