Daily credit balance report

This report contains the credit account balances detail. It is a daily report.

  • Fields 1 to 13 contain the values data according to the last statement.
  • Fields 14 to 17 contain the daily updated values of statement balance, minimum due and the overdue amounts based on the repayments done for the last billing cycle.
  • Fields 18 to 22 contain the current balances detail like current outstanding balance, available credit limit etc.

In case of new account i.e. first statement is not yet generated, fields 3 to 16 will be empty in the daily report until the first statement is generated.

Format: JSON
File name: [ClientID]_DAILYCREDITBALANCEREPORT_[yyyymmdd].json
Frequency: Daily
Stored in: API call or client-hosted SFTP folder
Product applicability: PayCredit

Data fields

Seq NoField NameDescriptionExampleFormat
1client_idClient ID123456Numeric
2product_idProduct ID123Numeric
3account_idAccount number468677892Numeric
4account_referenceClient provided account referenceabcd-1234-ghjk-5678Alphanumeric
5sequence_numberSequence number of the last statement.1Numeric
6statement_dateStatement date of the last released statement.2024-10-01yyyy-mm-dd
7statement_start_dateStart date of the last statement.2024-09-12yyyy-mm-dd
8statement_balance_closeClosing balance of the last statement.89.36Numeric
9min_due_amount (repayment_minimum_actual_due)Minimum due calculated as per the last statement.1.34Numeric
10repayment_due_dateDue date as per the last statement.2024-10-15yyyy-mm-dd
11total_interestTotal interest in the last statement.0.00Numeric
12total_feesTotal fees in the last statement.5.37Numeric
13total_creditsTotal credits in the last statement.0.00Numeric
14total_credits_currentTotal credits received to date in current statement cycle.0.00Numeric
15remaining_statement_balanceUnpaid statement balance to date i.e. last statement balance close minus total credits received in current statement cycle.89.36Numeric
16remaining_min_dueUnpaid minimum due amount to date i.e. last statement actual minimum due amount minus total credits received in the current statement cycle.1.34Numeric
17days_overdueIn case the due date for an account for the last statement is past and the payment is less than the minimum due amount, this field will contain the number of days past the due date.0Numeric
18credit_limitCredit limit of the account.1000.00Numeric
19available_credit_limitAvailable credit limit = balance_limit - balance_authorised at the time of report generation.908.64Numeric
20current_outstanding_balanceCurrent outstanding balance. This is the net outstanding balance at the time of report generation.91.36Numeric
21unpaid_interestNet unpaid interest (interest_actual) till the time of report generation.0.00Numeric
22unpaid_feesNet unpaid fees till the time of report generation.2.00Numeric
23currency_codeCurrency code of the account.USDAlphabetic
24pending_statement_idThe ID of the current active statement.42187Numeric
25report_generation_dateDate the report was generated.2024-10-31yyyy-mm-dd

Sample report data

{
            "client_id": 123456,
            "account_id": 468677892,
            "account_reference": null,
            "product_id": 426,
            "sequence_number": 1,
            "statement_date": "2024-10-01",
            "statement_start_date": "2024-09-12",
            "statement_balance_close": 89.36,
            "min_due_amount": 1.34,
            "repayment_due_date": "2024-10-15",
            "total_interest": 0.00,
            "total_fees": 5.37,
            "total_credits": 0.00,
            "total_credits_current": 0.00,
            "remaining_statement_balance": 89.36,
            "remaining_min_due": 1.34,
            "days_overdue": 0,
            "credit_limit": 1000.00,
            "available_credit_limit": 908.64,
            "current_outstanding_balance": 91.36,
            "unpaid_interest": 0.00,
            "unpaid_fees": 2.00,
            "currency_code": "USD",
            "pending_statement_id": 42187,
            "report_generation_date": "2024-10-31"