v1
latestOpenAPI 3.0.12026-07-2353480642.4 KBCheckout
List Checkouts
get/v2/checkout
Query parameters
searchstring required
Filter checkouts using RSQL syntax. Combine expressions with ; (AND) or , (OR).
Filterable fields:
| Field | Type | Operators |
|---|---|---|
| amount | number | == != =in= =out= =gt= =ge= =lt= =le= |
| created_at | date | == != =in= =out= =gt= =ge= =lt= =le= |
| currency_code | string | == != =in= =out= =regex= |
| customer | string | == != =in= =out= =regex= |
| id | string | == != =in= =out= =regex= |
| merchant_reference | string | == != =in= =out= =regex= |
| entity_id | string | == != =in= =out= =regex= |
| updated_at | date | == != =in= =out= =gt= =ge= =lt= =le= |
| expiry_time | date | == != =in= =out= =gt= =ge= =lt= =le= |
| status | string | == != =in= =out= =regex= |
| notification_methods.email.email_address | string | == != =in= =out= =regex= |
| configurations.card.token_details.reuse_token | string | == != =in= =out= =regex= |
| payment_method_used | string | == != =in= =out= =regex= |
| interaction_type | string | == != =in= =out= =regex= |
| theme_id | string | == != =in= =out= =regex= |
| transaction_id | string | == != =in= =out= =regex= |
| created_by | string | == != =in= =out= =regex= |
Examples:
- id==123;(amount==999,currency_code==USD);status==Authorized
- id==12345,merchant_reference==1234554321;amount==3224
- amount=in=(100,200);interaction_type!=PAYMENT_LINK
order_criteriastring
The ordering sequence of the selected checkouts If not selected then a default order is based on created Date Time. The value of order_criteria can be one of the following:
<ul> <li>amount</li> <li>currency_code</li> <li>created_at</li> <li>updated_at</li> </ul>order_by'ASC' | 'DESC'
The ordering sequence of the selected customers If not selected then Descending order is the default order.
page_numbernumber
A filter query in RSQL format to retrieve customers based on page number. If not selected then a default pageNumber is 1.
page_sizenumber
A filter query in RSQL format to retrieve customers based on page size. If not selected then a default pageSize is 50
populate_customer_detailsboolean
A query param to allow customer details to be populated for the customer id attached to checkout.
Response
Successful