Skip to main content

Schedule Load Created Notify

This notification is triggered when a scheduled load is created 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": "SCHEDULE_LOAD_CREATED_NOTIFY",
"notificationCreationTime": "2025-03-07T15:10:52.466Z",
"notificationContent": {
"notificationKey": "D8CCR7aK5HMEBKYG",
"scheduleReference": "0UwKI0cm7w75OwIVjuJ8jWkZK",
"sourceReference": "0UwLflRGHcqjaoPIrwqmzG0-6",
"destinationReference": "0UwJ6lkwMyFGd9A3GGvnxqTzN",
"currency": "USD",
"amount": "12.45",
"scheduleDate": "10 March 2025"
}
}'

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
scheduleReferenceContains a unique identifier for the scheduled loadstring
required
sourceReferenceContains a unique identifier for the source funding accountstring
required
destinationReferenceContains a unique identifier for the destination cardstring
required
currencyRepresents the currency of the amount to be loaded onto the card, in ISO 4217 format (e.g., USD)string
required
amountRepresents the amount to be loaded onto the cardstring
required
scheduleDateRepresents the date in format dd MMMM yyyy when the actual load will occurstring
required