GET
/
v3
/
{id}
/
plastic
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v3/{id}/plastic
[
  {
    "cardId": "<string>",
    "createdDate": "2023-12-25",
    "embossing": {
      "additionalField1": "<string>",
      "additionalField2": "<string>",
      "additionalField3": "<string>",
      "additionalField4": "<string>",
      "additionalField5": "<string>",
      "companyName": "Enfuce Financial Services",
      "externalLayoutCode": "BlueCard",
      "firstName": "Monica",
      "lastName": "Liikamaa",
      "manufacturer": "FACTORY_X",
      "physical": true
    },
    "expiration": {
      "year": 2019,
      "month": 1
    },
    "id": "1234567890",
    "productionDate": "2023-12-25",
    "productionType": "ALL",
    "sequenceNumber": 123,
    "status": "ACTIVE"
  }
]

Path Parameters

id
string
required

The card id for given card

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json
Successful lookup of plastics
cardId
string

CardId to which the plastic is connected

createdDate
string

Date when plastic was created

embossing
object

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)

ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüý þÿĀāĂ㥹ĆćĈĉĊċČčĎďĐđĒēĔĕĖėĘęĚěĜĝĞğĠġĢģĤĥĦħĨĩĪīĬĭĮįİıIJijĴĵĶķĸĹ ĺĻļĽľĿŀŁłŃńŅņŇňʼnŊŋŌōŎŏŐőŒœŔŕŖŗŘřŚśŜŝŞşŠšŢţŤťŦŧŨũŪūŬŭŮůŰűŲųŴŵ ŶŷŸŹźŻżŽžſǪǫȘșȚțȪȫȮȯȲȳḐḑṢṣẞỌọ

Printed or others characters sets must be agreed in advance.

expiration
object
id
string

Unique plastic id for plastic

productionDate
string

Date when plastic was embossed

productionType
enum<string>

Type of production change

Available options:
ALL,
NEW_PLASTIC,
NEW_PIN,
NEW_CVV,
PIN,
ADD_PARMS,
CHIP_DATA
sequenceNumber
integer

Sequence number starting from 1

status
enum<string>
  • 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
Available options:
ACTIVE,
CLOSED,
DEFERRED,
FROM_FILE,
INACTIVE,
LOCKED,
LOCKED_FOR_ONLINE,
REJECTED