GET /cardorders/{id}/items
Returns the item list of a specific card order.
Servers
- https://balanceplatform-api-test.adyen.com/bcl/v2
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The unique identifier of the card order. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Integer | No |
The number of card order items returned per page. Default: 10. |
offset |
Integer | No |
Specifies the position of an element in a list of card orders. The response includes a list of card order items that starts at the specified offset. Default: 0, which means that the response contains all the elements in the list of card order items. |
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.