Square.Connect.Model.ListPaymentsRequest

September 24, 2019 ยท View on GitHub

Description

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

Properties

NameTypeDescriptionNotes
BeginTimestringTimestamp for the beginning of the reporting period, in RFC 3339 format. Inclusive. Default: The current time minus one year.[optional]
EndTimestringTimestamp for the end of the requested reporting period, in RFC 3339 format. Default: The current time.[optional]
SortOrderstringThe order in which results are listed. - `ASC` - oldest to newest - `DESC` - newest to oldest (default).[optional]
CursorstringA 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]
LocationIdstringID of location associated with payment[optional]
Totallong?The exact amount in the total_money for a `Payment`.[optional]
Last4stringThe last 4 digits of `Payment` card.[optional]
CardBrandstringThe brand of `Payment` card. For example, `VISA`[optional]

[Back to Model list] [Back to API list] [Back to README]