v1

latestOpenAPI 3.0.02026-07-147249104.6 KB
transactions : Find payments and refunds

Returns a paginated list of transactions

  • Results are paginated and the default is value is 100 if no limit is provided
get/transactions

Query parameters

querystring

A query document. Example: {'userId':'1'} matches all the transactions that have the userId '1'.

sortstring

A sort document. Example: {'date':1} sorts the results by total in ascending order

pageNumberinteger

The result set page number to be returned

limitinteger

The maximum number of results to return per page

Response

OK