get https://staging.eko.in/ekoapi/v3/tools/kyc/bank-account/bulk/status
Use this API to get the details of the bulk bank account verification request. You need to enter either the bulk_reference_ID or client_ref_id. If you want to get the status of a single entry, enter the particular reference ID in the request.
Response
You get an array of objects in the entries
parameter inside data
with the following information for each bank account:
- reference_id: A unique ID created by us for reference purposes.
- name_at_bank: The name of the account holder as per the bank records.
- bank_name: The name of the bank.
- utr: The unique transaction reference (UTR) number created by the bank to identify the transaction.
- city: The name of the city where the bank is located.
- branch: The name of the branch where the bank account is registered.
- micr: It represents the code used to identify banks and branches participating in the Electronic Clearing System (ECS)
- name_match_score: The score of the name match verification.
- name_match_result: The result of the name match verification.
- account_status: the status of the bank account.
- account_status_code: the status code of the bank account.