post https://sandbox-api.trusthub.in/bank-stmt
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
bankCode | Bank name |
---|---|
ICIC | ICICI Bank Ltd |
INDB | Indusind Bank Ltd |
FDRL | Federal Bank |
KKBK | Kotak Mahindra Bank Ltd |
HDFC | HDFC Bank Ltd |
UTIB | Axis Bank Ltd |
Error codes table
errorCode | Description |
---|---|
BIS001 | No response from the bank |
BIS002 | Error response from the bank |
BIS003 | fromDateTime should be before toDateTime |
BIS004 | Difference between fromDateTime and toDateTime should not be greater than 30 days |
BIS005 | fromDateTime cannot be more than 6 months before current date-time |
BIS006 | Invalid Bank code |
BIS007 | Bank account number length is not as per bank specifications |
BIS008 | fromDateTime not as per specified format |
BIS009 | toDateTime not as per specified format |