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.