v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Get EMV scripts

Get a list of EMV scripts for a given plastic

This operation will return a list of EMV script statuses

get/v3/{id}/plastic/{plasticId}/emv_script

Path parameters

idstring required

Unique transaction id

The card id for given card

plasticIdstring required

Unique plastic id for plastic

Example:1234567890

The plastic id for given card

Query parameters

auditUserstring required

The audit user to log the request

pageinteger

Current page

sizeinteger

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

Response

Successful lookup of EMV scripts

plasticIdstring

PlasticId to which the EMV script is connected

cardIdstring

CardId to which the EMV script is connected

Example response

{
  "emvScripts": [
    {
      "scriptName": "MCA CUST DF07 Appl Pref CNT",
      "action": "DISABLE",
      "created": "2021-10-14T09:23:54",
      "updated": "2021-10-14T09:23:54"
    }
  ]
}