Enquiry - Wallet Details
This endpoint can be used to check the details of an account
GET {{BASE_URL}}/partner/info/wallet_account_details/{wallet_account_ref}/
The wallet_account_ref
can be picked from this endpoint - Enquiry - Account Details
OK - 200
{
"data": {
"available_balance": "0.00",
"currency": "ZAR",
"modified_date": "2021-08-14T19:27:50.646049Z",
"pub_date": "2021-08-14T19:27:50.646035Z",
"total_balance": "0.00",
"wallet_account_ref": "2hqq5s1fr2y1s5g3yrhp",
"wallet_alias": "Rand wallet"
},
"message": "Details",
"status": true,
"status_code": 200
}
BAD REQUEST - 400
{
"message": "Account not found",
"status": false,
"status_code": 400
}