Skip to main content

Card Remaining Spend Limit Low

This notification is triggered when the spend limit falls below the threshold.

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": "REMAINING_SPEND_LIMIT_LOW",
"notificationCreationTime": "2025-05-16T12:37:51.066436Z",
"notificationContent": {
"cardReference": "CARD123",
"cardName": "John's Card",
"currency": "EUR",
"remainingSpendLimit": "10.00",
"threshold": "15.00",
"cardType": "BALANCELESS"
}
}'

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
cardReferenceThe unique identifier of the card.string
required
cardNameA user-friendly name for the card, unique within the system.string
required
currencySpecifies the currency of the deposit in ISO 4217 format.string
required
remainingSpendLimitThe remaining amount available for spending on the card, expressed as a decimal value.string
required
thresholdThe threshold below which the spending limit has fallen.string
cardTypeDefines the type of card to be created. (e.g., PREPAID, BALANCELESS).string
required