Skip to main content

NotificationResendTask

Background task to re-send notifications by client specified criteria

idstring

Server generated ID of the task.

Possible values: <= 20 characters

eventTypestringrequired

Type of notification events that will be re-sent.

Possible values: [TRANSACTION, CUSTOMER_RESTRICTION, ACCOUNT, KYC, INSTRUMENT, SCREENING, CARD_STATUS_UPDATE, CARD_TOKENIZATION, CARD_TOKEN_UPDATE, THREE_D_SECURE, CARD_BULK_ORDER]

startDatedate-time

Re-send notifications created during period specified by startDate and endDate properties. Further restrictions of the maximum period length may be enforced by the server.

endDatedate-time

Re-send notifications created during period specified by startDate and endDate properties. Further restrictions of the maximum period length may be enforced by the server.

merchantRefNumstring

Re-send notifications associated to a merchant reference number.

Possible values: <= 50 characters

NotificationResendTask
{
"id": "string",
"eventType": "TRANSACTION",
"startDate": "2024-07-29T15:51:28.071Z",
"endDate": "2024-07-29T15:51:28.071Z",
"merchantRefNum": "string"
}