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

Files

Latest commit

fcb6006 · Nov 20, 2019

History

History
20 lines (13 loc) · 1.57 KB

ListPaymentRefundsRequest.md

File metadata and controls

20 lines (13 loc) · 1.57 KB

ListPaymentRefundsRequest

Description

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

Properties

Name Type Description Notes
beginTime String Timestamp for the beginning of the requested reporting period, in RFC 3339 format. 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]
status String If provided, only refunds with the given status are returned. For a list of refund status values, see `PaymentRefund`. Default: If omitted refunds are returned regardless of status. [optional]
sourceType String If provided, only refunds with the given source type are returned. - `CARD` - List refunds only for payments where card was specified as payment source. Default: If omitted refunds are returned regardless of source type. [optional]