Signing via I.CA RemoteSign

Modified on Tue, 15 Sep at 11:57 AM

The signer can sign with a qualified certificate stored remotely at I.CA (the RemoteSign service) — the certificate is not on a card or in the computer, and the signer confirms the signature in their I.CA RemoteSign application. All you need is to assign them the role sign_remote_sign.

The signer must have I.CA RemoteSign linked to their Signi account — see Setting up I.CA RemoteSign in Signi. The method must be enabled in the workspace; see Signing roles.

Example

{
    "people": [
        { "is_proposer": true, "email": "vas@email.cz", "contract_role": "approve" },
        { "is_proposer": false, "email": "protistrana@email.cz", "contract_role": "sign_remote_sign",
          "first_name": "Jan", "last_name": "Novák", "person_type": "nature",
          "positions": [ { "x": 50, "y": 80, "page": 0 } ] }
    ],
    "file": "uploaded_file_key"
}
curl -X POST "https://api.signi.com/api/v1/contract/" \
  -H "x-api-key: VAS_API_KLIC" \
  -F "data=@dokument.json;type=application/json" \
  -F "uploaded_file_key=@dokument.pdf"

The response is the same as for a standard creation (contract_id, notifications with links). The difference is on the signer's side — in the signing wizard, they confirm the signature via I.CA RemoteSign.

Where to go next

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article