Skip to main content

Funding Account Limit Reached Notify

This notification is triggered when a funding account's balance reaches the predefined threshold (where applicable)

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": "FUNDING_ACCOUNT_LIMIT_REACHED_NOTIFY",
"notificationCreationTime": "2025-03-07T15:10:52.457Z",
"notificationContent": {
"notificationKey": "D8CCR7aK5HMEBKYG",
"fundingAccountName": "FundingAccount_EUR",
"fundingAccountReference": "0UwInoaWR_IAIB2YTEarVVig-",
"currency": "EUR",
"availableBalance": "150.00",
"actualBalance": "150.00",
"creditLimit": "10.00"
}
}'

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
fundingAccountNameContains the funding account namestring
required
fundingAccountReferenceContains the funding account referencestring
required
currencyRepresents the funding account currencystring
required
availableBalanceContains the available balance of the funding accountstring
required
actualBalanceContains the actual balance of the funding accountstring
required
creditLimitContains the total amount of credit that is allocated to the funding account. This applies only to accounts of type CREDITstring