Update notification

Update a notification or autogenerated report.

Path parameters

nIdstringRequired
Notification ID.

Headers

requestTokenstringRequired

Request

This endpoint expects an object.
Notification Standard RequestobjectRequired
OR
Notification Report RequestobjectRequired

Response

Success
isSuccessboolean or null

If isSuccess = true, responseData contains the notification identifier.

If isSuccess = false, responseData contains the reason for the error.

pageIdentifierstring or null
Auxiliary validation used internally by payment pages and components.
responseCodeinteger or null

Code for the response. Learn more in API Response Codes.

responseDatainteger or string or null

When the request was successful, this contains the notification ID, or nID used to manage the notifcation.

responseTextstring or null

Response text for operation: ‘Success’ or ‘Declined’.

Errors