Statements
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
get/v1/financial_accounts/{financial_account_token}/interest_tier_schedule
Path parameters
financial_account_tokenstring uuid required
Globally unique identifier for financial account
Query parameters
after_datestring date
Return schedules with effective_date >= after_date (ISO format YYYY-MM-DD)
before_datestring date
Return schedules with effective_date <= before_date (ISO format YYYY-MM-DD)
for_datestring date
Return schedule with effective_date == for_date (ISO format YYYY-MM-DD)
Response
OK