v1

latestOpenAPI 3.1.02026-07-24360204.4 KB

Bank Account Verification Pennyless

Use this API to verify the ownership and validity of a bank account.

post/v1/kycs/verifications/bank-account/pennyless

Request body

bank_account_numberstring required

The bank account number you want to verify.<br><br>Example: 56733281905

bank_ifsc_codestring required

IFSC of the bank you want to verify.<br><br>Example: HDFC0000123

merchant_reference_idstring required

Unique identifier entered when creating the verification request.<br><ul><li>Only alphabets and numbers are allowed.</li><li>Minimum: 7 characters.</li><li>Maximum: 40 characters.</li></ul>Example: 1409614085

Response

200

OR

Example response

{
  "id": "accver_BhOM01sUb3tXprWwTGBLlKZVG",
  "object": "bank_account_verification",
  "bank_account_number": "10000000000165",
  "bank_ifsc_code": "AAAA0001618",
  "name_as_per_bank": "Ganga Reddy",
  "status": "success",
  "message": "Transaction Successful",
  "last_verified_at": "2021-12-31",
  "metadata": {
    "key_1": "DD",
    "key_2": "XOF"
  },
  "merchant_reference_id": "1409614085",
  "created_at": 1648030636,
  "is_sandbox": true
}