Get a list of card orders
GET {{baseUrl}}/cardorders
Returns a paginated list of card orders.
Request Params
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 | 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. | |
serviceCenter | string | The service center at which the card is issued. The value is case-sensitive. | |
offset | number | 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. Default: 0, which means that the response contains all the elements in the list of card orders. | |
limit | number | The number of card orders returned per page. Default: 10. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |