Encode a Credential
Encodes an existing credential onto a plastic card placed on the specified encoder.
POST /acs/encoders/encode_credential β { action_attempt }
Request Parameters
acs_credential_id
String (Required)
ID of the acs_credential
to encode onto a card.
acs_encoder_id
String (Required)
ID of the acs_encoder
to use to encode the acs_credential
.
Response
ENCODE_CREDENTIAL
{
action_attempt_id: [example value],
action_type: [example value],
error: [example value],
result: [example value],
status: [example value]
}
Last updated
Was this helpful?