Withdraw from Till for Closure
Variant of withdrawal posted as part of an account-closure flow. Bypasses the dormant guard so a dormant account can be drained, but still respects Frozen and Closed account states.
Cmd: SITWithdrawFromTillForClosureCommand
Request​
Request shape is identical to SITWithdrawFromTillCommand.
{
"cmd": "SITWithdrawFromTillForClosureCommand",
"data": {
"transactionReference": "CLO-20260427-0001",
"accountNumber": "0900851943",
"tillId": "T000T03",
"amount": 12000.00,
"currency": "NGN",
"cashOrCheque": "Cash",
"narration": "Closing balance withdrawal"
}
}