Statements and Adjustments

View statements

FROM REPORTING.JSON

Returns all adjustments within the given date range for all merchant IDs associated with the Nexio account used to authenticate <i role='img' aria-hidden='true' class='sl-icon far fa-external-link-alt fa-xs'></i>. You may also request or filter on fields of the query parameters, as in the following example:

<code>/report/v3/adjustments?kount.&plugin.&customer.&processor.&gateway.</code>

See the query parameters <i role='img' aria-hidden='true' class='sl-icon far fa-external-link-alt fa-xs'></i> section in Developer Tools for a full tutorial.

get/report/v3/statements

Query parameters

limitinteger
Example:12

The number of statements to return

offsetinteger
Example:10

The offset. Used to view statements further along the list

startDatestring
Example:2019-02-13

The start date. Format: YYYY-MM-DD

endDatestring
Example:2019-02-19

The end date. Format: YYYY-MM-DD

Response

Success

offsetinteger

The number of rows by which the data is offset

limitinteger

The limit on the number of rows

rowsSchema[] — unresolved $ref

An array of statements

hasMoreboolean

Will be true if there are more records not included in the current response

Changes