---
title: "Get Fee History"
method: POST
path: "/getFeeHistory"
tags: ["Transactions"]
---

# Get Fee History

`POST /getFeeHistory`

Use the Get Fee History endpoint to retrieve a list of fees for the specified customer account. 

See <a href="ref:record-set-paging" target="_blank">Record-Set Pagination</a> for instructions on using the paging parameters.

## Response `default`

- object
  - `status_code` integer, nullable, required — The response status code. May return a string for some statuses.
  - `status` string, nullable, required — The condition of a process or response
  - `processing_time` number, float, nullable, required — The time elapsed in processing the transaction
  - `echo` object, nullable, required — A structure that contains transaction ID information
    - `transaction_id` string, nullable, required — An ID that represents an API transaction
    - `provider_timestamp` string, date-time, nullable, required — Store a related timestamp for reporting and troubleshooting purposes
    - `provider_transaction_id` string, nullable, required — Secondary transaction identifier (generated by a provider)
  - `system_timestamp` string, date-time, nullable, required — A system generated timestamp
  - `rtoken` string, nullable, required — A system-generated ID used for tracking
  - `errors` string[] — A list of errors generated while the request was processed
  - `response_data` object, nullable, required — A structure for the response data. It can be empty but usually will contain information.
    - `fee_count` integer, required — A count of fees being recorded on
    - `page` integer, required — The page number to be retrieved in the context of recordset paging
    - `total_record_count` integer, required — Number of records in the accounts list display
    - `number_of_pages` integer, required — Total number of pages in the accounts list display
    - `start_date` string, date-time, required — The start date of the response
    - `end_date` string, date-time, required — The end date of the response
    - `fees` object[], required — List of fees
      - `pmt_ref_no` string, required — A system-generated account number
      - `fee_id` string, required — The ID of the fee record
      - `fee_date` string, date-time, nullable, required — A timestamp for the time the fee was charged
      - `amt` string, required — A fee or transaction amount
      - `status` string, nullable, required — The status of a fee event record return in this method
      - `status_description` string, nullable, required — A spelled-out status of the fee
      - `type` string, required — Three-letter fee code. This is not the transaction type (otype).
      - `type_description` string, required — A description of the type code
      - `fee_event_id` string, required — An ID for the fee event

---

[API](https://skmtc.net/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.net/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo-ft/program-api/versions/bcd728f97a18/schema)
