Skip to content

Unlock Funds

Funds can easily be unlocked using the /UnlockFunds endpoint. The LockedID that was generated when executing a lock fund, is required to unlock the specific funds on the customer's 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.

EncryptedReq {
  "Data": "string"
}
    curl -X POST https://pass.sterling.ng/OneBankWalletV3/api/Wallet/UnlockFunds
    -H 'Content-Type: application/json' 
https://pass.sterling.ng/OneBankWalletV3/api/Wallet/UnlockFunds
{
"Mobile": "",
"Amount": "",
"LockedId": "",
"LockedBy": ""
}

Request Parameters

Parameter Type Description
mobile string *required Customer’s mobile number
amount string *required Wallet amount
lockedId string *required Lock identifier created when funds were locked
lockedby string *required Funds locked by