Withdraw from Till
Cash-out withdrawal from a teller till against a SIL-cached account. Till balance decreases (cash branch only); the customer account is debited.
Cmd: SITWithdrawFromTillCommand
Request​
{
"cmd": "SITWithdrawFromTillCommand",
"data": {
"transactionReference": "WDR-20260427-0001",
"accountNumber": "0900851943",
"tillId": "T000T03",
"amount": 5000.00,
"currency": "NGN",
"cashOrCheque": "Cash"
}
}
Returns 409 on PND or insufficient funds; routes to approval on debit-
limit breach.
See Overview for shared request fields and the common response shape.