CatalogueNotificationResponseDto
codestring
Unique code identifying the notification template.
Example:
BLOCKED_ACCOUNTdescriptionstring
Human-readable description of the notification template.
Example:
Notification sent when an account is blocked.bankCodestring
Code of the bank associated with the notification template.
Example:
BANK001requiredVariablesstring
Comma-separated list of required variables to be used in the notification template.
Example:
_ACCOUNT_NUMBER_,_REASON_CatalogueNotificationResponseDto
{
"code": "BLOCKED_ACCOUNT",
"description": "Notification sent when an account is blocked.",
"bankCode": "BANK001",
"requiredVariables": "_ACCOUNT_NUMBER_,_REASON_"
}