Overview
The Bank Account Details API provides information about the user’s bank accounts, including account type, account number, and banking identifiers (IFSC, SWIFT, MICR, UPI ID). This data is essential for Quicko to:- Identify and reconcile bank transactions for income tracking
- Match deposits and withdrawals to their sources and purposes
- Validate bank account ownership and verify authenticity
- Link salary deposits to employer bank account details
- Prepare accurate bank reconciliation statements for tax compliance
Response Format
Your API should return bank account information with the following data points:Bank Account Details
| Param | Type | Required | Description |
|---|---|---|---|
| account_type | String | Yes | The type of account the user is holding i.e ‘Current Account’ or ‘Savings Account’ |
| account_number | Number | Yes | Account number of the user |
| ifsc | String | Yes | IFSC of the particular Branch |
| upi_id | String | No | UPI address for the bank account |
| swift_code | String | No | Code for International Interbank Transactions |
| micr | String | No | Magnetic Ink Character recognition |
| MMID | String | No | Mobile money identifier |