[
{
"tranRefNo": "sample-collection", // Your original transaction reference
"valueDate": "2025-09-12 15:25:35", // Date when transaction was processed
"txnDate": "2025-08-25 00:00:00", // Original transaction date
"narration": "Inbound trx from 255628212684", // Transaction description
"debitOrCredit": "CR", // Transaction type (CR = Credit, DR = Debit)
"amountCredited": 1000, // Amount credited to your account (TZS)
"amountDebited": 0, // Amount debited from your account (TZS)
"balance": 8880 // Account balance after this transaction (TZS)
},
{
"tranRefNo": "sample-collection-PAYIN", // Service fee transaction reference
"valueDate": "2025-09-12 15:25:36", // Date when fee was processed
"txnDate": "2025-09-12 00:00:00", // Fee transaction date
"narration": "SERVICE FEE FOR REF:sample-collection TXNID:ZYIcRFnHFkXz Inbound trx from 255628212684", // Service fee description
"debitOrCredit": "DR", // Transaction type (DR = Debit for fees)
"amountCredited": 0, // Amount credited (0 for fee transactions)
"amountDebited": 15, // Service fee amount debited (TZS)
"balance": 8865 // Account balance after fee deduction (TZS)
}
]