Billing Notifications

This functionality helps insurers to send notifications to the customers, regarding the status of their invoices. The notifications functionality can be toggled on and off by modifying the BillingNotification system parameter - where 0 is Off and 1 is On.

Server Side Script Libraries

FTOS_INSP_CoreInsuranceNotification - This library contains methods that help in the process of notifying the customers about their invoices. From this library the following functions are used: 

Processors

The FTOS_INSP_CoreInsuranceNotification processor is used for setting the NotificationConfiguration parameter. This parameter is an object containing the following settings:

  • followUp - Follow up notification,

  • invoiceGenerated - Invoice Generated notification,

  • paymentConfirmation - Payment Confirmation notification.

Business Workflow Configuration Actions

On Demand Scripts

JOB FTOS_PYMT_FollowUpInvoice - on demand script which calls the getFollowUpDetails(statementId) and sendClientNotification(emailDetails, type) functions from the FTOS_INSP_CoreInsuranceNotification server side script library in order to get the data needed to populate the email template and send the notification to the customer.

It calls the getFlowProcessorSettingsByType(flowSettingsName, processorSettingsType, processorSettingsName) function from the FTOS_DFP_FlowProcessorSettings server side library, in order to get the processor settings.

It calls the getValues(code) function from the FTOS_PA_FlowParameter server side library in order to get the insurance parameter.

The notification is sent if the payment type is other than broker collection payment and if the BillingNotification system parameter is set to1.

Input parameters: N/A

Output parameters: N/A

Scheduled jobs

FTOS_PYMT_FollowUpInvoice -

This job is scheduled to run every day at 6:00 AM in order to send notifications to invoices that are still in status Generated x days before the invoice’s due date. The number of days is determined by the NoOfDaysFollowUpInvoice insurance parameter.

Schedule Services - FTOS_PYMT_FollowUpInvoice, on demand server automation script.