Skip to content

Clear Wallet

The clear wallet endpoint allows an existing customer's wallet be deleted. Once the wallet is cleared, the wallet account can then be recreated afresh. The only thing this body need is the customer's existing mobile number that is already active on Sterling One Wallet.

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/ClearWallet
-H 'Content-Type: application/json' 
https://pass.sterling.ng/OneBankWalletV3/api/Wallet/ClearWallet?mobile=0801234567

Request Parameters

Parameter Type Description
Mobile string *required The customer’s phone number on Sterling One Wallet