---
title: "Get a list of plastics for a given card"
method: GET
path: "/v3/{id}/plastic"
tags: ["Get plastic"]
---

# Get a list of plastics for a given card

`GET /v3/{id}/plastic`

This operation will respond with a list of plastics

## Path parameters

- `id` string, biginteger, required

## Query parameters

- `auditUser` string, required

## Response `200`

Successful lookup of plastics

- ListPlasticResponse[]
  - `cardId` string — CardId to which the plastic is connected
  - `createdDate` string, date — Date when the plastic or PIN reorder instance was created in Enfuce system.
  - `embossing` Embossing — Default set of allowed characters for fields embossed onto the card: A-Z, a-z, Áá, Ää, Åå, Ææ, Éé, Íí, Ðð, Óó, Öö, Øø, Úú, Üü, Ýý, Þþ, 0-9, symbols -/.,&+' and space. For printed cards allowed characters are: (including the above) ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüý þÿĀāĂăĄąĆćĈĉĊċČčĎďĐđĒēĔĕĖėĘęĚěĜĝĞğĠġĢģĤĥĦħĨĩĪīĬĭĮįİıĲĳĴĵĶķĸĹ ĺĻļĽľĿŀŁłŃńŅņŇňŉŊŋŌōŎŏŐőŒœŔŕŖŗŘřŚśŜŝŞşŠšŢţŤťŦŧŨũŪūŬŭŮůŰűŲųŴŵ ŶŷŸŹźŻżŽžſǪǫȘșȚțȪȫȮȯȲȳḐḑṢṣẞỌọ Printed or others characters sets must be agreed in advance.
    - `additionalField1` string — Field value is forwarded to embossing house in order to be used as additional embossing lines. In order to use this field selected embossing house must in advance agree where this is put.
    - `additionalField2` string — Field value is forwarded to embossing house in order to be used as additional embossing lines. In order to use this field selected embossing house must in advance agree where this is put.
    - `additionalField3` string — Field value is forwarded to embossing house in order to be used as additional embossing lines. In order to use this field selected embossing house must in advance agree where this is put.
    - `additionalField4` string — Field value is forwarded to embossing house in order to be used as additional embossing lines. In order to use this field selected embossing house must in advance agree where this is put.
    - `additionalField5` string — Field value is forwarded to embossing house in order to be used as additional embossing lines. In order to use this field selected embossing house must in advance agree where this is put.
    - `companyName` string
    - `externalLayoutCode` string — Code forwarded to embossing house in order to select which plastic layout to use. In order to use this field selected embossing house must in advance agree on name for each layout.
    - `firstName` string — The length of firstName should not exceed 26 characters length. A combined length of firstName and lastName should not exceed 26 characters length.
    - `lastName` string — The length of lastName should not exceed 26 characters length. A combined length of firstName and lastName should not exceed 26 characters length.
    - `additionalEmbossingName` string — Optional additional embossing name to be printed on the card as a second line, alongside the primary embossing name. Usage of this field and its placement on the card must be agreed with the relevant card bureau.
    - `manufacturer` string — Name of manufacturer for the card. This has to be agreed in advance with Enfuce in order to support multiple embossing houses.
    - `physical` boolean — This tag will indicate will there be a physical representation of the card. If true, the card will be placed for card personalisation and end user will receive a physical plastic. If false, the card will not be placed for card personalisation and end user will not receive a physical plastic.
  - `expiration` Expiration
    - `year` integer — Expiration year in format YYYY
    - `month` integer — Expiration month in format MM
  - `id` string — Unique plastic id for plastic
  - `productionDate` string, date — Populated when the plastic or PIN reorder instance has completed the card personalisation process in Enfuce and is ready to be sent to the card manufacturer. The value reflects the plastic’s creation date (same as `createdDate`).
  - `productionType` 'ALL' | 'NEW_PLASTIC' | 'NEW_PIN' | 'NEW_CVV' | 'PIN' | 'ADD_PARMS' | 'CHIP_DATA' — Type of production change
  - `sequenceNumber` integer — Sequence number starting from 1
  - `status` 'ACTIVE' | 'CLOSED' | 'DEFERRED' | 'FROM_FILE' | 'INACTIVE' | 'LOCKED' | 'LOCKED_FOR_ONLINE' | 'REJECTED' — - ACTIVE - The plastic is active and may be used to perform transactions - CLOSED - Status of an old card after a new card is issued. Transactions with the old card may be performed until the new card is activated - DEFERRED - FROM_FILE - A batch application to reissue the card is being processed - INACTIVE - Plastic has been ordered and plastic is not in use right away - LOCKED - Plastic is locked and card cannot be used. Plastic goes from inactive to locked right away after card has been embossed - LOCKED_FOR_ONLINE - REJECTED - An error occurred during embossing process

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Card does not exist
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/revisions/dc4a41118f80/schema)
