Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.46 KB

ListPaymentsRequest.md

File metadata and controls

19 lines (14 loc) · 1.46 KB

SquareConnect.ListPaymentsRequest

Description

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

Properties

Name Type Description Notes
begin_time String Timestamp for the beginning of the reporting period, in RFC 3339 format. Inclusive. Default: The current time minus one year. [optional]
end_time String Timestamp for the end of the requested reporting period, in RFC 3339 format. Default: The current time. [optional]
sort_order 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]
location_id String Limit results to the location supplied. By default, results are returned for all locations associated with the merchant. [optional]
total Number The exact amount in the total_money for a `Payment`. [optional]
last_4 String The last 4 digits of `Payment` card. [optional]
card_brand String The brand of `Payment` card. For example, `VISA` [optional]