Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 1.36 KB

ListPaymentsRequest.md

File metadata and controls

21 lines (14 loc) · 1.36 KB

ListPaymentsRequest

Description

Retrieves a list of refunds taken by the account making the request. Max results per page: 100

Properties

Name Type Description Notes
beginTime String Timestamp for the beginning of the reporting period, in RFC 3339 format. Inclusive. Default: The current time minus one year. [optional]
endTime String Timestamp for the end of the requested reporting period, in RFC 3339 format. Default: The current time. [optional]
sortOrder String The order in which results are listed. - `ASC` - oldest to newest - `DESC` - newest to oldest (default). [optional]
cursor String 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. [optional]
locationId String ID of location associated with payment [optional]
total Long The exact amount in the total_money for a `Payment`. [optional]
last4 String The last 4 digits of `Payment` card. [optional]
cardBrand String The brand of `Payment` card. For example, `VISA` [optional]