Skip to main content

Funds Report

Fetch funds report based on date range, transaction type, bank, and fund type. Supports deposit and withdrawal filters.

🔑Header Parameters

HeaderTypeDescriptionExample/ENUM
AuthorizationstringBearer token for authenticating requestBearer {{access_token}}
Content-TypestringSpecifies media type of request bodyapplication/json
x-api-keystringAPI key provided to access service{{x-api-key}}

📦Request Body Schema

FieldTypeDescriptionExample/ENUM
FromDatestringStart date for report (format: YYYY-MM-DD)"2025-06-01"
ToDatestringEnd date for report (format: YYYY-MM-DD)"2025-06-09"
StatusintegerTransaction type filter1 = Deposit, 2 = Withdrawal
bankIdstringBank identifier"BANK001"
fund_typestringFund type value"Online", "Cheque"

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringStatus of API call"success"
codestringResponse code for user request"s-101"
messagestringSuccess message"Success message"
dataarrayList of report entries (array of arrays)[[...], [...]]
post/transactional/v1/fundsReport