Signing via Bank iD

Modified on Tue, 15 Sep at 11:55 AM

A signer can sign via Bank iD — they sign with their bank identity, and their verification is done by logging into their bank. Just assign them the sign_bank_id_sign role.

This method must be enabled in the workspace and is charged — arrange it with your Signi contact. 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_bank_id_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 regular creation (contract_id, notifications with links). The difference is on the signer's side — in the signing wizard, Signi guides them through signing via their bank.

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