Actions
Task #485
openEpic #147: 1. Document - FCIF Old System Comparision
Feature #253: 1.16 Notifications and Reminders
Feature #472: Notification > WhatsApp Notification Templates
ipf_late_fee_applied
Status:
New
Priority:
Normal
Assignee:
-
Start date:
02/26/2026
Due date:
% Done:
0%
Estimated time:
Description
Informs the customer that a late fee has been added due to missed payment.
Json Scripts :
{
"name": "ipf_late_fee_applied",
"parameter_format": "POSITIONAL",
"components": [
{
"type": "HEADER",
"format": "TEXT",
"text": "Late Fee Applied"
},
{
"type": "BODY",
"text": "Hello {{1}},\n\nA late fee of {{2}} has been applied to your account.\nTotal amount due: {{3}}\n\nReference: {{4}}\n\nThank You.",
"example": {
"body_text": [
[
"John Doe",
"$J 1,800.00",
"J$ 32,087.98",
"6XDBCMUV33"
]
]
}
},
{
"type": "FOOTER",
"text": "Federal Capital Investments & Finance Limited"
},
{
"type": "BUTTONS",
"buttons": [
{
"type": "URL",
"text": "Pay Now",
"url": "https://www.fcif.com/{{1}}",
"example": [
"https://www.fcif.com/paynow1234"
]
}
]
}
],
"language": "en",
"status": "APPROVED",
"category": "UTILITY",
"sub_category": "CUSTOM",
"id": "922683393792437"
},
No data to display
Actions