Skip to main content

CatalogueNotificationResponseDto

codestring

Unique code identifying the notification template.

Example: BLOCKED_ACCOUNT
descriptionstring

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: BANK001
requiredVariablesstring

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_"
}