GET
/
v3
/
{id}
/
plastic
/
{plasticId}
/
emv_script
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v3/{id}/plastic/{plasticId}/emv_script
{
  "plasticId": "<string>",
  "cardId": "<string>",
  "emvScripts": [
    {
      "id": "<string>",
      "code": "BLOCK_CARD",
      "created": "2021-10-14T09:23:54",
      "updated": "2021-10-14T09:23:54",
      "status": "CLOSED"
    }
  ]
}

Path Parameters

id
string
required

The card id for given card

Example:

"1234567890"

plasticId
string
required

The plastic id for given card

Example:

"1234567890"

Query Parameters

auditUser
string
required

The audit user to log the request

page
integer
default:0

Current page

size
integer
default:15

How many EMV scripts should be returned per page, default is 15. Cannot be more than 30.

Required range: 1 < x < 30

Response

200
application/json
Successful lookup of EMV scripts
plasticId
string

PlasticId to which the EMV script is connected

cardId
string

CardId to which the EMV script is connected

emvScripts
object[]