---
title: "Get Interest"
method: POST
path: "/getInterest"
tags: ["Accounts and Cards"]
---

# Get Interest

`POST /getInterest`

Use the Get Interest endpoint to retrieve accrual interest, interest year-to-date, and annual percentage yield for any type of interest bearing account (savings or non-savings).

The Get Interest endpoint is the preferred method for retrieving data on interest-bearing accounts.

## 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 — A structure for the response data. It can be empty but usually will contain information.
    - `product_id` integer, required — Product Id
    - `product_description` string, nullable, required — Product Description
    - `accrual_interest_without_carryover` number, float, required — Interest accrued on the account without carryover from the previous month
    - `carryover_previous_month` number, float, required — The remainder interest from the previous month that is carried over to the requested month
    - `interest_paid_ytd` number, float, required — The interest paid on the account for today's year to date. The `interestMonth` argument does not affect this value.
    - `apye` number, float, required — The Annual Percentage Yield Earned (APYE) for the requested month
    - `start_date` string, date, required — The start date of the requested month
    - `end_date` string, date, required — The end date of the requested month
    - `interest_payout` number, float, required — Interest accrued on account to two decimal places. This includes carryover from the previous month and is what the account has been paid or will be paid.
    - `account_no` integer, required — Account No

---

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