Skip to main content

Deposit to Till

Cash-in deposit into a teller till against a SIL-cached account. The till balance increases (cash branch) or remains unchanged (cheque branch); the customer account is credited.

Cmd: SITDepositToTillCommand

Request​

{
"cmd": "SITDepositToTillCommand",
"data": {
"transactionReference": "DEP-20260427-0001",
"accountNumber": "0900851943",
"tillId": "T000T03",
"amount": 40.00,
"currency": "NGN",
"cashOrCheque": "Cash",
"narration": "Walk-in deposit"
}
}

For cheque: pass "cashOrCheque": "Cheque" and "chequeNumber": "...". Cheque deposits credit the customer but do not touch the till until they clear.

See Overview for the full list of shared request fields and the common response shape.