Skip to main content

Smart credential complete signature

PUT 

/api/web/v1/smartcredentials/:id/completesign

Smart credential complete sign. Caller requires the SMARTCREDENTIALSSIGNATURE:ADD permission.

Request

Path Parameters

    id stringrequired

    The UUID of the smart credential.

Body

required

    cancelTransaction boolean

    For smart credential push Signature the transaction can be canceled by setting cancel to true.

    transactionId string

    The transactionId for smart credential complete sign operation.

Responses

Successful

Schema

    certChain string[]

    The smart credential complete sign base-64 encoded certificate Chain.

    digestSignature string

    The smart credential complete sign response digestSignature.

    status string

    Possible values: [CONFIRM, CONCERN, CANCEL, NO_RESPONSE]

    The smart credential complete sign response status.

Loading...