Skip to main content

Create a Notification resend task

POST 

/v2/notifications/tasks

Create a new Notification resend task. This background task will trigger re-send of web hook notifications by client specified criteria.

Request

Body

    status NotificationTaskStatus (string)

    Possible values: [SCHEDULED, IN_PROGRESS, FINISHED, FAILED, CANCELLED]

    Status of the task.

    eventType NotificationEventType (string)required

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

    Type of notification events that will be re-sent.

    startDate date-timerequired

    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.

    endDate date-timerequired

    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.

    merchantRefNum string

    Possible values: <= 50 characters

    Re-send notifications associated to a merchant reference number.

    customerIds string[]

    Possible values: <= 1000

    Re-send notifications associated to a list of customers.

    accountIds string[]

    Possible values: <= 1000

    Re-send notifications associated to a list of accounts.

    merchantRefNums string[]

    Possible values: <= 1000

    List of merchantRefNum

    notificationsToResend int64

    Number of notifications to be re-sent.

    notificationsResent int64

    Number of notifications already re-sent.

Responses

Created

Schema

    id string

    Possible values: <= 20 characters

    Server generated ID of the task.

    status NotificationTaskStatus (string)

    Possible values: [SCHEDULED, IN_PROGRESS, FINISHED, FAILED, CANCELLED]

    Status of the task.

    eventType NotificationEventType (string)required

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

    Type of notification events that will be re-sent.

    startDate date-timerequired

    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.

    endDate date-timerequired

    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.

    merchantRefNum string

    Possible values: <= 50 characters

    Re-send notifications associated to a merchant reference number.

    customerIds string[]

    Possible values: <= 1000

    Re-send notifications associated to a list of customers.

    accountIds string[]

    Possible values: <= 1000

    Re-send notifications associated to a list of accounts.

    merchantRefNums string[]

    Possible values: <= 1000

    List of merchantRefNum

    notificationsToResend int64

    Number of notifications to be re-sent.

    notificationsResent int64

    Number of notifications already re-sent.

Loading...