v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Get plastic

Get a list of plastics for a given card

This operation will respond with a list of plastics

get/v3/{id}/plastic

Path parameters

idstring biginteger required

The card id for given card

Query parameters

auditUserstring required

The audit user to log the request

Response

Successful lookup of plastics

cardIdstring

CardId to which the plastic is connected

createdDatestring date

Date when the plastic or PIN reorder instance was created in Enfuce system.

idstring

Unique plastic id for plastic

productionDatestring 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

sequenceNumberinteger

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

Example response

[
  {
    "embossing": {
      "companyName": "Enfuce Financial Services",
      "externalLayoutCode": "BlueCard",
      "firstName": "Monica",
      "lastName": "Liikamaa",
      "additionalEmbossingName": "Card User Name",
      "manufacturer": "FACTORY_X",
      "physical": true
    },
    "expiration": {
      "year": 2019,
      "month": 1
    },
    "id": "1234567890"
  }
]