{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Card Orders API", "version": "6" }, "items": [ { "info": { "name": "Card Orders", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get a List of Card Orders", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/cardorders", "params": [ { "name": "id", "value": "", "type": "query", "description": "The unique identifier of the card order. " }, { "name": "cardManufacturingProfileId", "value": "", "type": "query", "description": "The unique identifier of the card manufacturer profile." }, { "name": "status", "value": "", "type": "query", "description": "The status of the card order." }, { "name": "txVariantCode", "value": "", "type": "query", "description": "The unique code of the card manufacturer profile.\n\nPossible values: **mcmaestro**, **mc**, **visa**, **mcdebit**. " }, { "name": "createdSince", "value": "", "type": "query", "description": "Only include card orders that have been created on or after this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**." }, { "name": "createdUntil", "value": "", "type": "query", "description": "Only include card orders that have been created on or before this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**." }, { "name": "lockedSince", "value": "", "type": "query", "description": "Only include card orders that have been locked on or after this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**." }, { "name": "lockedUntil", "value": "", "type": "query", "description": "Only include card orders that have been locked on or before this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**." }, { "name": "serviceCenter", "value": "", "type": "query", "description": "The service center at which the card is issued. The value is case-sensitive. " }, { "name": "offset", "value": "", "type": "query", "description": "Specifies the position of an element in a list of card orders. The response includes a list of card orders that starts at the specified offset.\n\n**Default:** 0, which means that the response contains all the elements in the list of card orders." }, { "name": "limit", "value": "", "type": "query", "description": "The number of card orders returned per page. **Default:** 10." } ] }, "docs": "Returns a paginated list of card orders." }, { "info": { "name": "Adyen Get Card Order Items", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/cardorders/:id/items", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the card order." }, { "name": "offset", "value": "", "type": "query", "description": "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.\n\n**Default:** 0, which means that the response contains all the elements in the list of card order items." }, { "name": "limit", "value": "", "type": "query", "description": "The number of card order items returned per page. **Default:** 10." } ] }, "docs": "Returns the item list of a specific card order." } ] } ], "bundled": true }