POST api/esuite/v1/tylerpayments/Validate
The purpose of this method is to verify whether a list of Payments are valid and can be paid, and to return a list of descriptive errors if necessary. Tyler Payments performs this validation prior to initiating a payment, and prior to authorizing it.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
validateRequest | Contains the list of payments to validate. |
Define this parameter in the request body. |
Request body formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.