Simulate that the Next Credential Encoding Will Fail
POST /acs/encoders/simulate/next_credential_encode_will_fail ⇒ voidSimulates that the next attempt to encode a credential using the specified encoder will fail. You can only perform this action within a sandbox workspace.
Authentication Methods
API key
Personal access token Must also include the
seam-workspaceheader in the request.
Request Parameters
acs_encoder_id
acs_encoder_idType: string Required: Yes
ID of the acs_encoder that will be used in the next request to encode the acs_credential.
error_code
error_codeType: string Required: No
Code of the error to simulate.
acs_credential_id
acs_credential_idType: string Required: No
ID of the acs_credential that will fail to be encoded onto a card in the next request.
Return Type
void
Last updated
Was this helpful?

