| Field Name | Type | Required | Description |
|---|---|---|---|
| transactionReference | string | true | The unique reference code used to identify and track the transaction being queried. |
| Field Name | Type | Description |
|---|---|---|
| transactionType | string | The type of transaction (e.g., refund, payment). |
| amount | decimal | The amount associated with the transaction. |
| narration | string | A brief description or reason for the transaction. |
| classificationCode | string | A code used to categorize the transaction. |
| success | boolean | Indicates whether the transaction was successful (true) or not (false). |
| traceID | string | A unique identifier used for tracking and debugging purposes. |
| transactionReference | string | A unique identifier assigned to the transaction. |
| accountID | string | The unique identifier of the account involved in the transaction. |
| transactionTime | string | The date and time when the transaction was processed. |