Skip to content

Wallet Details

You can get the full details of an existing customer using Getfullwalletdetails endpoint. The customer's mobile number (mobile) will be required to make this request.

Request Body

Note

Serialize the request body, then encrypt (AES encryption) it using the provided key. The encryption requires a secret key and IV key which will be provided by the sterling team. Pass the encrypted string as the value of "Data" in the new request body.

{
 "Mobile": ""
}
EncryptedReq {
  "Data": "string"
}
curl -X POST https://pass.sterling.ng/OneBankWalletV3/api/Wallet/GetFullWalletDetails
-H 'Content-Type: application/json'
https://pass.sterling.ng/OneBankWalletV3/api/Wallet/GetFullWalletDetails
{
    "message": "successful",
    "response": "00",
    "responsedata": null,
    "data": {
        "customerid": "",
        "firstname": "",
        "nuban": "",
        "availablebalance": 0,
        "lastname": "",
        "fullname": "",
        "mobile": "",
        "phone": "",
        "gender": "M",
        "email": "n/a",
        "currencycode": "NGN",
        "restind": 0,
        "VIRTUALACCT": "",
        "ACCOUNTTIER": ""
    }
}

Request Parameters

Parameter Type Description
mobile string *required The customer’s mobile number

Wallet restrictions:

RESTIND

0- No Restriction

1- Debit Restriction

2- Credit Restriction

3- Total Restriction