Skip to main content

WithdrawHouseWalletDto

amountnumberrequired

Amount to withdraw in the wallet currency.

Possible values: >= 1

Example: 5000000
currencystring

Possible values: >= 3 characters and <= 3 characters

Default value: UGX
memostringrequired

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-07
WithdrawHouseWalletDto
{
"amount": 5000000,
"currency": "UGX",
"memo": "Reconciled with ZFA operating a/c 12345678 — batch 2026-07"
}