Skip to content

Get User Transaction

A single transaction detail can be retrieved using /GetUserTransaction.

POST /api/Wallet/GetUserTransaction

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.

{
   "TrxnID":"0",
   "UserID":"0"
}
curl -X POST https://pass.sterling.ng/OneBankWalletV3/api/Wallet/GetUserTransaction
-H 'Content-Type: application/json'
EncryptedReq {
  "Data": "string"
}
NOTE: The highlighted `X` in the query example can be replace with the value desciptions shown in the paramters below.

Request Parameters

Parameter Type Description
TrxnID string *required Transaction identifier
UserID string *required User identifier