Reports

Payment Reports

Response Format

Since report data generally falls into a table structure, it is feasible to represent the data in a more efficient format where the field names are presented once as "COLUMNS", rather then repeating them on each individual row of the results.

You can choose to have the response formatted in the traditional method with the field names next to each value by specifying the verbose parameter when making the request.

Example Response
{"COLUMNS":["city","state"],"DATA":[["Tampa","FL"],["Orlando","FL"]]}