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
id
string
requiredThe card id for given card
plasticId
string
requiredThe plastic id for given card
Query Parameters
auditUser
string
requiredThe audit user to log the request
page
integer
default: 0Current page
size
integer
default: 15How many EMV scripts should be returned per page, default is 15. Cannot be more than 30.
Response
200 - application/json
plasticId
string
PlasticId to which the EMV script is connected
cardId
string
CardId to which the EMV script is connected
emvScripts
object[]