isSuccess
required
booleanIndicates whether or not the operation was successful.

Examples: true, false
errorNumber
required
intA numeric identifier indicating the operation's status. For successful operations, this value will always be 0 (zero). For more information, see the Error Codes page

Example: 0
statusKey
required
stringA short textual representation of the operation's status. For successful operations, this value will always be "SUCCESS". For more information, see the Error Codes page.

Example: "SUCCESS"
statusMessage
required
stringA detailed description of the operation's status.

Example: "The operation was successful."
errorserrorsDetailed information about the error(s).

Example:
{ "errorCode": "Predicate", "fieldName": "PaymentChannelId", "message": "When authorizing a recurring payment, the payment channel Id must be set to '7' (recurring) or left unspecified." }