---
title: "Get Payment History"
method: POST
path: "/getPaymentHistory"
tags: ["Transactions"]
---

# Get Payment History

`POST /getPaymentHistory`

Use the Get Payment History endpoint to retrieve payments (credits) for a customer account during a specified period.

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.
    - `transaction_count` integer, required — The number of transactions listed in the response
    - `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 for the response
    - `end_date` string, date-time, required — The end date for the response
    - `payments` object[], required — List of Payments
      - `pmt_id` string, required — ID assigned to the specific payment
      - `details` string, required — Description of the payment
      - `amount` string, required — An amount of a payment
      - `timestamp` string, date-time, required — The date and time of the payment
      - `source_id` string, nullable, required — A code unique to the source of the payment
      - `ach_transaction_id` string, nullable, required — A unique ID for an ACH transaction
      - `external_trans_id` string, nullable, required — User-supplied identifier that is related to an external system
      - `hold_days` string, nullable, required — The number of days on a hold. Specific to a pending payment, usually due to load-limt violations or from a hold placed by <a href="ref:post_createpayment" target="_blank">Create Payment</a>
      - `status` string, nullable, required — Status designator of the payment; see [Payment `status` codes](#payment-status-codes) for valid values
      - `status_description` string, nullable, required — Descriptor for `status`

---

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