Bank Statement

API to request transaction statement from bank accounts enabled for this functionality.

📘

Important Developer Note
The provided code examples are for reference and instructional purposes only. Please integrate and thoroughly test them within your own build to ensure proper functionality.

Bank codes table

bankCodeBank name
ICICICICI Bank Ltd
INDBIndusind Bank Ltd
FDRLFederal Bank
KKBKKotak Mahindra Bank Ltd
HDFCHDFC Bank Ltd
UTIBAxis Bank Ltd

Error codes table

errorCodeDescription
BIS001No response from the bank
BIS002Error response from the bank
BIS003fromDateTime should be before toDateTime
BIS004Difference between fromDateTime and toDateTime should not be greater than 30 days
BIS005fromDateTime cannot be more than 6 months before current date-time
BIS006Invalid Bank code
BIS007Bank account number length is not as per bank specifications
BIS008fromDateTime not as per specified format
BIS009toDateTime not as per specified format
Language