List interest tier schedules

List interest tier schedules for a financial account with optional date filtering.

If no date parameters are provided, returns all tier schedules. If date parameters are provided, uses filtering to return matching schedules (max 100).

  • for_date: Returns exact match (takes precedence over other dates)
  • before_date: Returns schedules with effective_date <= before_date
  • after_date: Returns schedules with effective_date >= after_date
  • Both before_date and after_date: Returns schedules in range
Path Params
uuid
required

Globally unique identifier for financial account

Query Params
date

Return schedules with effective_date >= after_date (ISO format YYYY-MM-DD)

date

Return schedules with effective_date <= before_date (ISO format YYYY-MM-DD)

date

Return schedule with effective_date == for_date (ISO format YYYY-MM-DD)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json