Get Wallet Details
Description: Retrieves comprehensive wallet information.
- Sample Request
- Sample Response
Request Parameters
GET {baseurl}/v1/wallets/get-wallet-details/0090999090
curl `{baseurl}/v1/wallets/get-wallet-details/0090999090`
-H "x-Client-Id: your_client_id"
-H "x-hash-key: sha256(clientSecret + payload)"
'
Sample Success Response
POST {baseurl}/v1/wallets/get-wallet-details/0090999090
{
"result": {
"id": " 8b4c4c1",
"userId": "45-1d3e8c-2002db",
"walletTier": {
"id": "359e1b64-h67h7-nut68h7-08ddaf78",
"limitConfigurationId": "nhuy867-mnu76g7-63ae-08dc190",
"tierName": "Tier 1",
"tierLevel": 1,
"name": "Tier 1",
"walletSchemeId": "2d6y0-jn78-08hu7ty8",
"walletScheme": {
"id": "2d6y0-jn78-08hu7ty8",
"name": "WalletScheme",
"isActive": true,
"isDefault": false,
"userCategoryId": "2d6y0-jn78-08hu7ty8",
"dateCreated": "2025-09-17T17:21:49.0684893"
}
},
"customer": {
"id": "2d6y0-jn78-08hu7ty8",
"bvn": "",
"nin": "",
"firstName": "FName",
"lastName": "LName",
"otherNames": "OName",
"phoneNumber": "+2340090999090",
"emailAddress": "email@email.com",
"gender": "Male",
"status": "Active",
"address1": "Address",
"address2": "",
"city": "City",
"macChecksum": "vytvtvuyyb=="
},
"walletNumber": "0090999090",
"balance": 11793.0,
"isRisk": false,
"isPND": false,
"status": "Active",
"dateCreated": "9/17/2025 5:34:43 PM",
"createdBy": "system"
},
"responseCode": "00",
"responseDescription": "Approved or completed successfully",
"message": "",
"success": true
}