WithdrawHouseWalletDto
amountnumberrequired
Amount to withdraw in the wallet currency.
Possible values: >= 1
Example:
5000000currencystring
Possible values: >= 3 characters and <= 3 characters
Default value:
UGXmemostringrequired
Free-form memo — reconciliation reference, operating-account credit id, etc.
Possible values: >= 3 characters and <= 240 characters
Example:
Reconciled with ZFA operating a/c 12345678 — batch 2026-07WithdrawHouseWalletDto
{
"amount": 5000000,
"currency": "UGX",
"memo": "Reconciled with ZFA operating a/c 12345678 — batch 2026-07"
}