> ## Documentation Index
> Fetch the complete documentation index at: https://epayclub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve Transaction Timeline

> View a transaction timeline containing key actions.

<Warning>
  This endpoint accepts only encrypted requests. Learn more about our encryption [here](/api-basics/encryption).
</Warning>

<ParamField body="data" type="string" placeholder="enter encrypted value" required>
  The encrypted data for this request. See the unencrypted requests [here](/api-reference/api-glossary#retrieve-transaction-timeline).
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "data": null,
    "status": "success",
    "statusCode": "00",
    "message": "Event logged successfully"
  }
  ```

  ```json 400 theme={null}
  {
    "status": "failed",
    "statusCode": "VAL400",
    "message": "The OrderReference field is required."
  }
  ```
</ResponseExample>
