Contains information regarding errors
Request
N/A
Response
An object with the message
array is returned when an error occurs. See Error handling overview.
The array contains one or more message
objects, with the following properties:
Property Name | Type | Description |
---|---|---|
code | integer | BlueSnap error code. |
description | string | Description of the error that occurred. |
errorName | string | Name of the error that occurred. |
fraudEvents | string | Container of fraud-events / fraud-event properties. |
invalidProperty | string | Property that caused the error. |