Person signings

List the IDnow attempts of the IDnow identification used for a signing

Returns a list of IDnow attempts within a person signing. Each returned attempt includes the result, the reason (if the attempt was aborted), and the payload from the webhook related to that attempt.

get/v1/persons/{person_id}/signings/{signing_id}/idnow_attempts

Path parameters

person_idstring required

The unique ID of the person resource created for a customer.

Example:dc1a6812a14f6cc338cd084208535bcdcper
signing_idstring required

Response

Successful result of the operation

idstring

ID of the IDnow attempt.

resultstring

Result of the IDnow attempt.

reasonstring nullable

The reason why the IDnow attempt failed.

Example response

{
  "id": "e1eeb07262b695dc0ee5d4ab9350c12dcida",
  "result": "SUCCESS",
  "reason": null,
  "payload": {
    "identificationprocess": {
      "result": "SUCCESS",
      "companyid": "solarisbankvideoidenttesting",
      "filename": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt.zip",
      "agentname": "TROBOT",
      "identificationtime": "2019-03-27T16:47:59+01:00",
      "id": "TST-EABTZ",
      "href": "/api/v1/solarisbankvideoidenttesting/identifications/b2d949eb12ecd6798fa8e2ae66fc4a5acidt.zip",
      "type": "WEB",
      "transactionnumber": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt"
    },
    "customdata": {
      "custom1": null,
      "custom2": null,
      "custom3": null,
      "custom4": null,
      "custom5": null
    },
    "contactdata": {
      "mobilephone": "+49301234567",
      "email": "person@example.com"
    },
    "userdata": {
      "birthday": {
        "status": "MATCH",
        "value": "1972-12-24"
      },
      "firstname": {
        "status": "MATCH",
        "value": "X-MANUALTEST-HAPPYPATH"
      },
      "address": {
        "zipcode": {
          "status": "MATCH",
          "value": "10409"
        },
        "country": {
          "status": "MATCH",
          "value": "DE"
        },
        "city": {
          "status": "MATCH",
          "value": "BERLIN"
        },
        "street": {
          "status": "NEW",
          "value": "STREET"
        }
      },
      "birthplace": {
        "status": "MATCH",
        "value": "BERLIN"
      },
      "nationality": {
        "status": "NEW",
        "value": "DE"
      },
      "birthname": {
        "status": "MATCH",
        "value": "DOE"
      },
      "title": {
        "status": "NEW",
        "value": "TITLE"
      },
      "lastname": {
        "status": "MATCH",
        "value": "MUSTERMANN"
      }
    },
    "identificationdocument": {
      "country": {
        "status": "NEW",
        "value": "DE"
      },
      "number": {
        "status": "NEW",
        "value": "T01008921"
      },
      "issuedby": {
        "status": "NEW",
        "value": "ISSUER"
      },
      "dateissued": {
        "status": "NEW",
        "value": "2010-11-01"
      },
      "type": {
        "status": "NEW",
        "value": "IDCARD"
      },
      "validuntil": {
        "status": "NEW",
        "value": "2020-10-31"
      }
    },
    "attachments": {
      "pdf": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt.pdf",
      "signature": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt_signature.jpg",
      "xml": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt.xml",
      "videolog": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt.mp4",
      "idbackside": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt_idbackside.jpg",
      "idfrontside": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt_idfrontside.jpg",
      "security1": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt_security1.jpg",
      "userface": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt_userface.jpg",
      "security2": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt_security2.jpg",
      "security_covered": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt_security_covered.jpg",
      "security3": "b2d949eb12ecd6798fa8e2ae66fc4a5acidt_security3.jpg"
    }
  }
}