isSuccess required | boolean | Indicates whether or not the operation was successful. Examples: true , false |
errorNumber required | int | A numeric identifier indicating the operation's status. For successful operations, this value will always be 0 (zero). For more information, see the Error Codes pageExample: 0 |
statusKey required | string | A 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 | string | A detailed description of the operation's status. Example: "The operation was successful." |
errors | errors | Detailed 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." } |