Skip to main content

Balance Unblocked

This notification is triggered when a balance is unblocked.

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

Request example

curl --location --request POST 'https://<customerHost:Port>/notifications' \
-H 'Content-Type: application/json' \
-d '{
"notificationType": "BALANCE_UNBLOCKED",
"notificationCreationTime": "2025-05-16T12:37:51.066436Z",
"notificationContent": {
"balanceName": "Unblocked Balance",
"balanceReference": "BALUNBLOCK1"
}
}'

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
balanceNameA user-friendly name for the Balance unique within the system.string
required
balanceReferenceThe unique identifier of the Balance.string
required