POST api/esuite/v1/tylerpayments/ProcessVoidTransaction

Processes the void of a single transaction. The transaction may contain more than one payment if multiple bills were paid at the same time.

Request Information

Parameters

NameDescriptionAdditional information
request
Contains payments and tenders in the transaction to void.

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

A list of void results from the payments sent in the request.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.