PayNow

Error Response

FieldTypeDescription
statusintegerThe HTTP status code for this error.
codestringThe type of error.
messagestringThe error's message.
errorsvalidation error array, nullableList of validation errors, only used for certain APIs.
JSON
{
	"status": 400,
	"code": "InvalidInput",
	"message": "cannot parse Steam ID from string: clearlynotasteamid"
}

Validation Error Structure

FieldTypeDescription
codestringThe type of error.
messagestringThe error's message.
pathstring arrayPath to property that caused the error.
validationstringType of validation error.

Note

In catastrophic cases, you might not get any of these values in response. This is however unlikely.