VC File Batch Create Complete Notify
This notification is triggered when the bulk virtual card creation process is completed successfully.
https://<customerHost:Port>/handlenotification
Header
Field | Description |
---|---|
Content-Type | application/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
Field | Description | Type |
---|---|---|
notificationType | Specifies the type of notification being sent. | string required |
notificationCreationTime | Specifies the creation date and time for the notification. The date format conforms to ISO 8601 | string required |
notificationContent | Specifies the notification content | object required |
Properties of notificationContent
Field | Description | Type |
---|---|---|
notificationKey | Represents a unique identifier for Nium that confirms the API method call is genuine | string required |
batchReference | Contains a unique identifier for the batch of cards just created | string required |