Get a list of card orders
GET {{baseUrl}}/cardorders
Returns a paginated list of card orders.
Body
PARAM
Key | Datatype | Required | Description |
id
|
string | The unique identifier of the card order. | |
cardManufacturingProfileId
|
string | The unique identifier of the card manufacturer profile. | |
status
|
string | The status of the card order. | |
txVariantCode
|
string | The unique code of the card manufacturer profile. Possible values: **mcmaestro**, **mc**, **visa**, **mcdebit**. | |
createdSince
|
string | 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**. | |
createdUntil
|
string | 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**. | |
lockedSince
|
string | 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**. | |
lockedUntil
|
string | Curl curl -X GET 'https://balanceplatform-api-test.adyen.com/bcl/v2/cardorders?id=id_example&cardManufacturingProfileId=cardManufacturingProfileId_example&status=status_example&txVariantCode=txVariantCode_example&createdSince=2013-10-20T19:20:30+01:00&createdUntil=2013-10-20T19:20:30+01:00&lockedSince=2013-10-20T19:20:30+01:00&lockedUntil=2013-10-20T19:20:30+01:00&serviceCenter=serviceCenter_example&offset=56&limit=56' -H 'Accept: application/json' ENDPOINTS |