Bank Statement

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

UAT URL: https://jtrapi-uat.jiopay.co.in/bank-stmt

📘

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
Body Params
string
required

Entity ID for your organization

string
required

Program ID related to this activity

string

A unique reference from customer for tracking purposes.

string

Customer ID/URN for the account holder (see bankCode table below for bank-wise values)

string
required

4-character bank code.

string
required

Account number

string
required

From date in “YYYY-MM-DD HH:MM:SS” format. This varies as per the bank. The time will be used if the bank integration supports it otherwise we will send just the date to the bank integration. fromDateTime cannot be more than 6 months before current date-time.

string
required

To date in “YYYY-MM-DD HH:MM:SS” format Should be on or after fromDateTime. Should not be more than 30 days from fromDateTime. This varies as per the bank. The time will be used if the bank integration supports it otherwise we will send just the date to the bank integration.

string

Number Required only if using KMBL as the source bank.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json