Retrieves a list of payments taken by the account making the request.
GET
/v2/payments
Retrieves a list of payments taken by the account making the request.
Max results per page: 100
Timestamp for the beginning of the reporting period, in RFC 3339 format. Inclusive. Default: The current time minus one year.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
Timestamp for the end of the requested reporting period, in RFC 3339 format.
Default: The current time.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
The order in which results are listed.
ASC
- oldest to newestDESC
- newest to oldest (default).A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query.
See Pagination for more information.
Limit results to the location supplied. By default, results are returned for the default (main) location associated with the merchant.
The pagination cursor to be used in a subsequent request. If empty, this is the final response.
See Pagination for more information.