GET /cardorders

Returns a paginated list of card orders.

Servers

Query parameters

Name Type Required Description
id String No

The unique identifier of the card order.

createdSince String No

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.

lockedSince String No

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.

limit Integer No

The number of card orders returned per page. Default: 10.

txVariantCode String No

The unique code of the card manufacturer profile.

Possible values: mcmaestro, mc, visa, mcdebit.

cardManufacturingProfileId String No

The unique identifier of the card manufacturer profile.

serviceCenter String No

The service center at which the card is issued. The value is case-sensitive.

status String No

The status of the card order.

lockedUntil String No

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.

createdUntil String No

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.

offset Integer No

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.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.