---
title: "Get Pending Fees"
method: POST
path: "/getPendingFees"
tags: ["Transactions"]
---

# Get Pending Fees

`POST /getPendingFees`

Use the Get Pending Fees endpoint to retrieve the fees that have not yet been processed against the specified customer account. Most fees are processed as soon as they are created, but if the account has insufficient funds to pay the fee, the fee will be pending until there are sufficient funds.
- The response data for this endpoint is also available in the <a href="ref:post_getaccountoverview" target="_blank">Get Account Overview</a> response.
- The response for each individual pending fee will include authorization-related transaction information, if applicable, which is in the `related_transaction` data element.

## 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.
    - `fees` object[], required — List of fees
      - `fee_event_id` string, required — System-generated fee transaction integer ID
      - `type` string, required — Three-letter fee code. This is not the transaction type (otype).
      - `type_description` string, required — A description of the type code
      - `amt` string, required — Amount of the fee charge
      - `fee_date` string, date-time, required — A timestamp for the time the fee was charged
      - `card_id` integer, nullable, required — Integer identifier of the card as found in the raw data file (RDF). Unique identifier for a PAN.
      - `fee_description` string, required — The description on a fee
      - `related_transaction` object, nullable, required — A data structure that contains information on transactions related to a fee
        - `details` string, nullable, required — Information on a transaction or authorization
        - `amt` number, float, required — Amount of a fee or transaction charge
        - `post_ts` string, date-time, required — The time stamp of a posted transaction

---

[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)
