Skip to main content

Transaction Detail

Return the full details of a single SIL transaction (header + ledger entries + sync state). Feeds the Core Transaction screen.

Cmd: GetSITTransactionDetailQuery

Request​

Provide one of:

{ "data": { "sitTransactionId": "<guid>" } }
{ "data": { "transactionReference": "M226E1M2269165431" } }

Response​

{
"data": {
"header": {
"sitTransactionId": "...",
"transactionReference": "M226E1M2269165431",
"accountType": "Deposit Account",
"accountNumber": "0900851943",
"transactionAmount": 40.00,
"currency": "NGN",
"transactionStatus": "Posted",
"transactionType": "Deposit",
"channel": "Teller",
"dateInitiated": "2026-02-20T14:35:00Z",
"initiatedBy": "bm1@mailinator.com",
"userBranch": "Lagos Marina",
"tillId": "T000T03",
"approvalStatus": "NotRequired",
"isSync": true,
"coreBankingReference": "CORE-REF-9981",
"syncedToCoreAt": "2026-02-20T14:36:12Z",
"cashOrCheque": "Cash",
"customer": {
"sitCustomerId": "...",
"coreCustomerId": "C-1234",
"displayName": "Adaeze Okafor"
}
},
"entries": [
{ "item": "TILL", "accountNumber": "T000T03", "debit": 40.00, "credit": 0, "currency": "NGN", "branch": "Lagos Marina" },
{ "item": "SAVINGS", "accountNumber": "0900851943", "debit": 0, "credit": 40.00, "currency": "NGN", "branch": "Lagos Marina" }
]
}
}