Skip to main content

Card Delete Batch Complete Notify

This notification is triggered upon completion of the card deletion batch process.

https://<customerHost:Port>/handlenotification
FieldDescription
Content-Typeapplication/json

Request example

curl --location --request POST 'https://<customerHost:Port>/handlenotification' \
-H 'Content-Type: application/json' \
-d '{
"notificationType": "CARD_DELETE_BATCH_COMPLETE_NOTIFY",
"notificationCreationTime": "2025-03-07T15:10:52.443Z",
"notificationContent": {
"notificationKey": "D8CCR7aK5HMEBKYG",
"batchReference": "my-reference",
"numberOfDeletedCards": "25"
}
}'

Request Body

FieldDescriptionType
notificationTypeSpecifies the type of notification being sent.string
required
notificationCreationTimeSpecifies the creation date and time for the notification. The date format conforms to ISO 8601string
required
notificationContentSpecifies the notification contentobject
required

Properties of notificationContent

FieldDescriptionType
notificationKeyRepresents a unique identifier for Nium that confirms the API method call is genuinestring
required
batchReferenceContains a unique identifier for the batch of cards that have just been deletedstring
required
numberOfDeletedCardsRepresents the number of cards deleted as part of this batchstring
required