Wallet

Get wallet information for specific country.

POST {{uri}}/account/wallet/{country_id}

{
    "code": 200,
    "message": "Wallet Balance",
    "data": {
        "id": 1,
        "balance": "1000",
        "currency": "KES",
        "country_name": "Kenya"
    }
}

Last updated