Skip to main content

Funding Account Deposited Notify

This event is triggered when a Funding Account Deposited Notify notification is sent.

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_DEPOSITED_NOTIFY",
"notificationCreationTime": "2025-03-07T15:10:52.456Z",
"notificationContent": {
"notificationKey": "D8CCR7aK5HMEBKYG",
"transactionReference": "0UwLXosGGA6Wo81PnhUV8u3fB",
"fundingAccountName": "FundingAccount_EUR",
"fundingAccountReference": "0UwInoaWR_IAIB2YTEarVVig-",
"currency": "EUR",
"amount": "10.00",
"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
transactionReferenceContains the reference to the deposit transactionstring
required
fundingAccountNameContains the funding account namestring
required
fundingAccountReferenceContains the funding account referencestring
required
currencyRepresents the funding account currencystring
required
amountContains the amount deposited expressed in the currency of the funding accountstring
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