v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBGet 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
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"
}
]