Request Body
Unique identifier for the wallet.
Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
The ID of the wallet group this wallet belongs to.
Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
The ID of the customer who owns this wallet.
Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
The balance available for transactions.
Example: 0
The total balance including pending transactions.
Example: 0
ID referencing wallet restrictions.
Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
ID referencing wallet classification.
Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
ID of the currency for this wallet.
Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
Whether this is an internal wallet.
Example: true
Whether this is the default wallet for the customer.
Example: true
Name of the wallet or wallet owner.
Example: “Victor Imah”
Available overdraft amount, if any.
Example: 0
Virtual account details associated with the wallet.
Show virtualAccount properties
virtualAccount.accountNumber
The virtual account number.
Example: “30235699911”
The bank code for the virtual account.
Example: “040”
The name of the bank for the virtual account.
Example: “Polaris Bank”
Mobile number associated with the wallet.
Example: “09030355074”
ID referencing the customer type.
Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
Response
✅ Success Response
Status Code: 200 OK
{
"code": "200",
"success": true,
"message": "Wallet restricted successfully.",
"data": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
}
}