List of all payments
Returns a list of success payments (AUTHORIZED or CLOSED) you’ve previously created. The payments are returned in sorted order, with the most recent payments appearing first. Each entry in the array is a separate payments object, including the status, any captures and any refunds. If no more payments are available, the resulting array will be empty. Payments might be filtered by creation date.
Authorizations
Bearer authentication header of the form Bearer <secret_key>, where <secret_key> is your secret_key.
Query Parameters
This is a filter for the payment creation date, use it to get the list of payments where creation date >= created_at__gte. ISO 8601 date time format (greater than or equal to). No time should be provided, it starts at 00:00:00 be default. For example 2020-01-23 -> 2020-01-23T00:00:00Z.
This is a filter for the payment creation date, use it to get the list of payments where creation date <= created_at__lte. ISO 8601 date time format (less than or equal to). No time should be provided, it starts at 00:00:00 be default. For example 2020-01-23 -> 2020-01-23T00:00:00Z.
Limits the number of returned results.
x <= 20Filter the orders by specific statuses:
authorized,closedandrejectedbelong to the API payment statuses;new,captured,refundedand `cancelled`` refer to the statuses on Tabby Merchant Dashboard;- If absent, all
AUTHORIZEDandCLOSEDpayments are returned.
authorized, closed, rejected, new, captured, refunded, cancelled "authorized"
The number of records into a dataset that you want to start, indexed at 0.