GET /v2/checkout
Servers
- https://emea.gsc.verifone.cloud/oidc/checkout-service
- https://us.gsc.verifone.cloud/oidc/checkout-service
- https://nz.gsc.verifone.cloud/oidc/checkout-service
- https://cst.test-gsc.vfims.com/oidc/checkout-service
- https://uscst-gb.gsc.vficloud.net/oidc/checkout-service
Query parameters
Name | Type | Required | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
order_criteria |
String | No |
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:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
page_number |
Number | No |
A filter query in RSQL format to retrieve customers based on page number. If not selected then a default pageNumber is 1. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
search |
String | Yes |
RSQl Query is composed of one or more expressions, combined to each other with following logical operators: A filter query in RSQL format to retrieve themes. The returned themes are limited to those that can be retrieved by the user.
Note:
Note: Logical AND ( ; ) has higher precedence than Logical OR ( , ), whereas a parenthesis () can be used to override the precedence of an operator. Example for list checkout:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
page_size |
Number | No |
A filter query in RSQL format to retrieve customers based on page size. If not selected then a default pageSize is 50 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
order_by |
String | No |
The ordering sequence of the selected customers If not selected then Descending order is the default order. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.