GET
/
transaction
/
info
Transaction Details
curl --request GET \
  --url https://nini.monieswitch.com/transaction/info \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": {
    "transaction": {
      "id": "196caf5c-20af-49c1-93ff-a8e6ade183b2",
      "type": "DEBIT",
      "status": "SUCCESS",
      "charges": 10,
      "category": "BANK_TRANSFER",
      "amount": 500,
      "amountProcessed": 510,
      "sessionId": "999270240717154010540073988655",
      "description": "₦500.00 transferred to SIMI MICHELLE",
      "createdAt": "2024-07-17T14:40:09.244Z",
      "narration": "Free money testing 03",
      "originatorBankCode": "999270",
      "originatorBankName": "Xpress Wallet",
      "beneficiaryBankCode": "000023",
      "beneficiaryBankName": "PROVIDUS BANK",
      "originatorAccountName": "Neyosoft",
      "beneficiaryAccountName": "SIMI MICHELLE",
      "originatorAccountNumber": "4409794005",
      "beneficiaryAccountNumber": "2394934324"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

transactionId
integer

Optional

reference
string

Optional

Response

Wallet Transaction Detail - Successful

The response is of type object.