Simulate that the Next Credential Encoding Will Fail

POST /acs/encoders/simulate/next_credential_encode_will_fail ⇒ void

Simulates 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-workspace header in the request.

Request Parameters

acs_encoder_id

Type: string Required: Yes

ID of the acs_encoder that will be used in the next request to encode the acs_credential.


error_code

Type: string Required: No

Code of the error to simulate.


acs_credential_id

Type: 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?