Skip to main content

Dispute Case Resolved Notify

This notification is triggered when a dispute case is resolved.

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": "DISPUTE_CASE_RESOLVED_NOTIFY",
"notificationCreationTime": "2025-03-07T15:10:52.454Z",
"notificationContent": {
"notificationKey": "D8CCR7aK5HMEBKYG",
"disputeReference": "0UwIG3fDBjCMHnkuYx5lWFeup",
"cardReference": "0UwIg396z_EfegG1SeLQJLi1I",
"purchaseReference": "0UwIjpjsnG2rZgVYNl4V-4k7Y",
"disputeCaseResult": "WON",
"disputeCurrency": "USD",
"disputeWonAmount": "120.46",
"disputeFeeAmount": "0.02",
"cardAdjustmentAmount": "120.46"
}
}'

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
disputeReferenceRepresents a unique reference of the disputestring
required
cardReferenceRepresents a unique identifier for the virtual cardstring
required
purchaseReferenceThe reference for the respective settlement entrystring
required
disputeCaseResultThe result for the dispute case. Possible values: WON, WON_PARTIAL,LOSTstring
required
disputeCurrencyRepresents the currency in which the dispute was processed. in ISO 4217 format (e.g., USD)string
required
disputeWonAmountRepresents the total amount won for the disputestring
required
disputeFeeAmountRepresents the total dispute fees applied for the disputestring
required
cardAdjustmentAmountContains the amount of funds that were adjusted on the virtual card (in the virtual card currency) as a result of this disputestring