Skip to main content

Trigger notification resend

POST 

/notification-resend-tasks

Request re-sending of notifications (webhooks) that match certain criteria by creating a new notification resend task. After the task is created, all events that match the requested criteria will be enqueued for re-sending.

Request

Body

    eventType stringrequired

    Possible values: [TRANSACTION, CUSTOMER_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-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.

    endDate date-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.

    merchantRefNum string

    Possible values: <= 50 characters

    Re-send notifications associated to a merchant reference number.

Responses

Created

Schema

    id string

    Possible values: <= 20 characters

    Server generated ID of the task.

    eventType stringrequired

    Possible values: [TRANSACTION, CUSTOMER_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-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.

    endDate date-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.

    merchantRefNum string

    Possible values: <= 50 characters

    Re-send notifications associated to a merchant reference number.

Loading...