Response

Parent Previous Next

Property


Explanation

Type

Example

Success


True if the operation completed successfully otherwise false.

Boolean

true

Message


Zero, one or more string messages.

If the operation failed, the reasons will usually be stated here.

String

Bad Request - Invalid Payer Reference

ValidationMessages

zero , one or more validation messages that resulted from the API validating the incoming payer request object.


Array of strings

Invalid Date.  DateFrom cannot be in the past.



Examples:



{

   "Success": true,

   "Message": "Operation completed successfully",

   "ValidationMessages": []

}



{

   "Success": false,

   "Message": "Bad Request",

   "ValidationMessages": [

       "Invalid Date. DateFrom cannot be in the past."

   ]

}