Get Statement Generator settings

Gets several key settings of Statement Generator, including the available templates, whether Invoice Settlement is enabled on the tenant, the name of the default template, and the statement cycle being used.

Note: The Collections Window, Notes, Advanced Payment Manager, Payment Plans, and Statement Generator features are entering end of support on June 3, 2024. For more information, please refer to the Product and Feature End of Support page.

Responses
200
get/api/v1/fetch_settings
Request samples
Response samples
application/json
{
  • "success": true,
  • "templates": [
    ],
  • "default_template": "Default Template",
  • "default_cycle": "Month"
}