Add Wallet
The endpoint is designed to create a new wallet for a customer.
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: 23444440
The total balance including pending transactions. Example: 500000
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: “Emmanuel Emah”
Available overdraft amount, if any. Example: 0
Virtual account details associated with the wallet.
Mobile number associated with the wallet. Example: “2345678880”
ID referencing the customer type. Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
Response
✅ Success Response
Status Code: 201 Created