v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
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

next_page_tokenstring

If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

Example response

{
  "next_page_token": "a8937a0d",
  "account_products": [
    {
      "description": "The rate is designed for high interest saving account."
    }
  ]
}