Enkash Developer Portal
HomePayment GatewayPayoutsCreate Account
HomePayment GatewayPayoutsCreate Account
Login
  1. Bank Account Verification
  • Explore Our Product Suite
  • Payment Gateway
    • Getting Started
    • Payment Options
    • Easy API Setup
    • Payment Gateway APIs
  • Payouts
    • Payouts Overview
    • Payouts Sign Up
    • Payout Methods
    • Payout API Response Codes
    • Payouts Integration Steps
    • Encrypting and Decrypting Payload
    • Payouts Status Codes
    • Get Authentication Token
      • Get Authentication Token
    • Beneficiary Apis
      • Create Beneficiary
      • Search Beneficiary
      • Delete Beneficiary
    • Transfer Apis
      • Create Payout
      • Search Payouts
      • Create Batch Payout
    • Payout Account Apis
      • Get Balance
      • Get Source Bank Account Details
      • Add Source Bank Account
      • Fetch Bank Statement
    • Webhook Data Apis
      • Get Webhook Data
      • Create Webhook Data
  • Prepaid Cards
    • Key Capabilities
    • Getting Started
    • Prepaid Card APIs
  • Bharat Connect (BBPS)
    • Vendor Payment
    • Bill Payment
  • Accounts Payable
    • About AP Management Tool
    • Vendor Management
      • Create Vendor
      • Create Bulk Vendors
      • Update Bulk Vendors
      • Get Beneficiaries (V1)
      • Get Beneficiaries
      • Change Vendor Status
      • Get Beneficiary
    • Invoice Management
      • Payout Apis
        • validateInvoices
        • initiate
        • Search Payouts V1
        • bulkCreatePayout
        • Create Payout
        • Update Payouts
        • Search Payouts
        • createBulkPayoutForPartnerIntegration
        • Update Bulk Payouts
        • Update Approval Status
        • Get Invoice Data
        • Delete Payout
    • Bharat Connect 2.0 AP
      • Confirm Invoice Request
      • Payment Request
    • Update Beneficiary
  • Account Receivable
    • Accounts Receivable Overview
    • Get Authentication Token Copy
      • Get Authentication Token
    • Customer Management
      • Customer Apis
        • Activate customer
        • createBulkCustomer
        • bulkUpdate
        • Deactivate customer
        • deleteCustomerByCustomerId
        • updateCustomer
    • Customer Contacts Management
      • Customer Apis
        • getCustomerContactDetails
    • Invoice Management
      • invoice-controller
        • createInvoice
        • invoiceBulkUpload
        • Dispatch Invoice Collection
        • Delete Invoice Collection
        • searchCollectionInvoices
        • getInvoice
        • updateInvoice
    • Payment Reminders
      • customer-reminder-controller
        • createCustomerReminder
        • getCustomerReminders
        • getCustomerReminder
        • deleteReminder
        • updateCustomerReminder
    • Bharat Connect 2.0 AR
      • Payment Confirmation Request
      • Change Invoice Status Request
      • Bulk Create Invoice
  • Expense Management
    • Expense Management Overview
    • Sign Up - Expense Management
    • About Authorization
    • Expenses
    • Advance
    • Token API
  • Rewards & Incentives
    • About Rewards
    • Getting Started
    • Encryption & Decryption Guide
    • Reward Allocation
    • Incentive Allocation
    • APIs
      • Token APIs
        • Authentication
        • Single Sign On (SSO)
      • Reward Allocation
        • Create And Allocate Points
        • Bulk Create And Allocate Rewards
        • Get Reward Account Details
        • Get Reward Transaction Details
        • Get User Details
        • Get User Card Details
      • Incentive Allocation
        • Incentive Create And Allocation
        • Get Incentive Transaction details
        • Get User Details
      • Redemption
        • User Authentication
        • Get Cart for User
        • Search Catalog
        • Get Product Catalog Details
        • Get Product Configs (Denominations)
        • Add to cart
        • Update Cart
        • Create Order
        • Order Search
        • create order
        • Fetch Order Info by Partner order Reference id
      • Point Management
        • Overview
        • Create Event
        • Get Event
        • Update Event
        • Allocate Coins
        • Get Balance
  • Verification Suite
    • Verification Suite Overview
    • 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

Body Params application/json
beneficiaryAccountNumber
string 
required
Beneficiary Account Number which needed to be verified
customerRequestId
string 
required
Unique Request Id for each request
beneficiaryIfscCode
string 
required
IFSC code of Beneficiary Account Number
pennyLess
boolean 
required
True for PennyLess Verification, False for Penn Drop verification
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
Previous
Verification Suite Overview
Next
Gstin Verification
Built with