Skip to main content

VC File Batch Create Complete Notify

This notification is triggered when the bulk virtual card creation process is completed successfully.

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": "VC_FILE_BATCH_CREATE_COMPLETE_NOTIFY",
"notificationCreationTime": "2025-03-07T15:10:52.442Z",
"notificationContent": {
"notificationKey": "D8CCR7aK5HMEBKYG",
"batchReference": "my-reference"
}
}'

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 just createdstring
required