[GET]
{{baseUrl}}/api/v1/wallet/ngn/transaction
HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameter

KeyTypeDescription
transaction_idstringThe unique transaction ID

Sample response

Response
{
  "entity": {
    "wallet_id": "866a8cde-8073-4214-8b04-d7fd096c1006",
    "transaction_amount": 100,
    "transaction_type": "deposit",
    "recipient_account_number": "1003204791",
    "sender_account_number": "",
    "transaction_remarks": "Dojah-wallet-credit",
    "transaction_reason": null,
    "transaction_id": "Dojah-c02585e5-9a5b-4130-9c1b-11fd2869f4ce",
    "transaction_status": "COMPLETED",
    "date_created": "2021-10-10T11:54:01.905196Z"
  }
}