Accounts
List account products
List account products
The FEE account product has been deprecated. Instead, use the /v1/fee_templates and /v1/fees endpoints.
get/accounts/products
Query parameters
end_datestring date
Date range filtering for type INTEREST. All rates in interest resource have to have valid_to earlier or equal to end_date.
page_tokenstring
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
Example:a8937a0d
product_type'FEE' | 'INTEREST' required
Type of account product
idstring
ID of account product. Multiple IDs can be provided as a comma-separated list.
limitinteger
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
Example:100
start_datestring date
Date range filtering for type INTEREST. All rates in interest resource have to have valid_from later or equal to start_date.
Response
List of account products
Example response
{
"next_page_token": "a8937a0d",
"account_products": [
{
"description": "The rate is designed for high interest saving account."
}
]
}