Contains information regarding errors
Request
N/A
Response
The messages
resource is returned when an error occurs. See Error handling overview.
This resource is a container with this property:
Property Name | Type | Description |
---|---|---|
message | container | Container of message properties. This property may appear more than once within the given resource. |
message sub-resource
The message
resource is nested in the messages
resource container (as shown above). It is a container with the elements described below, which provides details about the error and its cause.
Property Name | Type | Description |
---|---|---|
error-name | string | Name of the error that occurred. |
code | integer | BlueSnap error code. |
description | string | Description of the error that occurred. |
invalid-property | string | Property that caused the error. |
fraud-events | string | Container of fraud-events / fraud-event properties. |