/registrations

POST registrations

Body·
required
application/json
  • registration
    Type: object ·
Responses
  • application/json
  • application/json
Request Example for post/registrations
curl https://api.bedrijvencheck.nl/24/registrations \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Basic username:password' \
  --data '{
  "registration": {
    "id": "",
    "external_id": "",
    "invite_token": "",
    "keysafe_identifier": "",
    "device_id": "",
    "status": "",
    "balance": 1,
    "minimum_balance": 1,
    "paid_registration_fee": true,
    "check_process": "",
    "validations": [
      {
        "type": "",
        "status": ""
      }
    ],
    "lessor": {
      "id": 1,
      "name": ""
    },
    "lessee": {
      "id": "",
      "gender": "",
      "initials": "",
      "nationality": "",
      "first_name": "",
      "social_security_number": "",
      "last_name": "",
      "last_name_prefix": "",
      "date_of_birth": "",
      "place_of_birth": "",
      "email_address": "",
      "phone_number": "",
      "mobile_phone_number": "",
      "street_name": "",
      "house_number": "",
      "house_number_extension": "",
      "postal_code": "",
      "zip_code": "",
      "city": "",
      "country": "",
      "password": "",
      "iban": "",
      "bank_account_holder": "",
      "documents": [
        {
          "id": "",
          "status": "unknown",
          "status_errors": [
            ""
          ],
          "source": "",
          "source_identifier": "",
          "result": "",
          "created_at": "",
          "pr_document_type": 1,
          "passed_security_checks": true,
          "finished": true,
          "type": "D",
          "number": "",
          "country": "",
          "nationality": "",
          "expiration_date": "",
          "gender": "male",
          "first_name": "",
          "last_name": "",
          "full_name": "",
          "date_of_birth": "",
          "place_of_birth": "",
          "social_security_number": "",
          "issuing_authority": "",
          "issue_date": "",
          "issue_state": "",
          "remainder_term": 1,
          "checkdigit_number": 1,
          "checkdigit_date_of_birth": 1,
          "checkdigit_expire_date": 1,
          "checkdigit_final": 1,
          "mrz_string": "",
          "mrz_string_correct": "",
          "height": "",
          "age": 1,
          "fields": {
            "type": "D",
            "number": "",
            "country": "",
            "nationality": "",
            "expiration_date": "",
            "gender": "male",
            "first_name": "",
            "last_name": "",
            "full_name": "",
            "date_of_birth": "",
            "place_of_birth": "",
            "social_security_number": "",
            "issuing_authority": "",
            "issue_date": "",
            "issue_state": "",
            "remainder_term": 1,
            "checkdigit_number": 1,
            "checkdigit_date_of_birth": 1,
            "checkdigit_expire_date": 1,
            "checkdigit_final": 1,
            "mrz_string": "",
            "mrz_string_correct": "",
            "height": "",
            "age": 1,
            "drivers_license_am_from": "",
            "drivers_license_am_to": "",
            "drivers_license_a1_from": "",
            "drivers_license_a1_to": "",
            "drivers_license_a2_from": "",
            "drivers_license_a2_to": "",
            "drivers_license_a_from": "",
            "drivers_license_a_to": "",
            "drivers_license_b1_from": "",
            "drivers_license_b1_to": "",
            "drivers_license_b_from": "",
            "drivers_license_b_to": "",
            "drivers_license_c1_from": "",
            "drivers_license_c1_to": "",
            "drivers_license_c_from": "",
            "drivers_license_c_to": "",
            "drivers_license_d1_from": "",
            "drivers_license_d1_to": "",
            "drivers_license_d_from": "",
            "drivers_license_d_to": "",
            "drivers_license_be_from": "",
            "drivers_license_be_to": "",
            "drivers_license_c1e_from": "",
            "drivers_license_c1e_to": "",
            "drivers_license_ce_from": "",
            "drivers_license_ce_to": "",
            "drivers_license_d1e_from": "",
            "drivers_license_d1e_to": "",
            "drivers_license_de_from": "",
            "drivers_license_de_to": "",
            "drivers_license_m_from": "",
            "drivers_license_m_to": "",
            "drivers_license_l_from": "",
            "drivers_license_l_to": "",
            "drivers_license_t_from": "",
            "drivers_license_t_to": ""
          },
          "mrz_fields": {
            "type": "D",
            "number": "",
            "country": "",
            "nationality": "",
            "expiration_date": "",
            "gender": "male",
            "first_name": "",
            "last_name": "",
            "full_name": "",
            "date_of_birth": "",
            "place_of_birth": "",
            "social_security_number": "",
            "issuing_authority": "",
            "issue_date": "",
            "issue_state": "",
            "remainder_term": 1,
            "checkdigit_number": 1,
            "checkdigit_date_of_birth": 1,
            "checkdigit_expire_date": 1,
            "checkdigit_final": 1,
            "mrz_string": "",
            "mrz_string_correct": "",
            "height": "",
            "age": 1,
            "drivers_license_am_from": "",
            "drivers_license_am_to": "",
            "drivers_license_a1_from": "",
            "drivers_license_a1_to": "",
            "drivers_license_a2_from": "",
            "drivers_license_a2_to": "",
            "drivers_license_a_from": "",
            "drivers_license_a_to": "",
            "drivers_license_b1_from": "",
            "drivers_license_b1_to": "",
            "drivers_license_b_from": "",
            "drivers_license_b_to": "",
            "drivers_license_c1_from": "",
            "drivers_license_c1_to": "",
            "drivers_license_c_from": "",
            "drivers_license_c_to": "",
            "drivers_license_d1_from": "",
            "drivers_license_d1_to": "",
            "drivers_license_d_from": "",
            "drivers_license_d_to": "",
            "drivers_license_be_from": "",
            "drivers_license_be_to": "",
            "drivers_license_c1e_from": "",
            "drivers_license_c1e_to": "",
            "drivers_license_ce_from": "",
            "drivers_license_ce_to": "",
            "drivers_license_d1e_from": "",
            "drivers_license_d1e_to": "",
            "drivers_license_de_from": "",
            "drivers_license_de_to": "",
            "drivers_license_m_from": "",
            "drivers_license_m_to": "",
            "drivers_license_l_from": "",
            "drivers_license_l_to": "",
            "drivers_license_t_from": "",
            "drivers_license_t_to": ""
          },
          "ocr_fields": {
            "type": "D",
            "number": "",
            "country": "",
            "nationality": "",
            "expiration_date": "",
            "gender": "male",
            "first_name": "",
            "last_name": "",
            "full_name": "",
            "date_of_birth": "",
            "place_of_birth": "",
            "social_security_number": "",
            "issuing_authority": "",
            "issue_date": "",
            "issue_state": "",
            "remainder_term": 1,
            "checkdigit_number": 1,
            "checkdigit_date_of_birth": 1,
            "checkdigit_expire_date": 1,
            "checkdigit_final": 1,
            "mrz_string": "",
            "mrz_string_correct": "",
            "height": "",
            "age": 1,
            "drivers_license_am_from": "",
            "drivers_license_am_to": "",
            "drivers_license_a1_from": "",
            "drivers_license_a1_to": "",
            "drivers_license_a2_from": "",
            "drivers_license_a2_to": "",
            "drivers_license_a_from": "",
            "drivers_license_a_to": "",
            "drivers_license_b1_from": "",
            "drivers_license_b1_to": "",
            "drivers_license_b_from": "",
            "drivers_license_b_to": "",
            "drivers_license_c1_from": "",
            "drivers_license_c1_to": "",
            "drivers_license_c_from": "",
            "drivers_license_c_to": "",
            "drivers_license_d1_from": "",
            "drivers_license_d1_to": "",
            "drivers_license_d_from": "",
            "drivers_license_d_to": "",
            "drivers_license_be_from": "",
            "drivers_license_be_to": "",
            "drivers_license_c1e_from": "",
            "drivers_license_c1e_to": "",
            "drivers_license_ce_from": "",
            "drivers_license_ce_to": "",
            "drivers_license_d1e_from": "",
            "drivers_license_d1e_to": "",
            "drivers_license_de_from": "",
            "drivers_license_de_to": "",
            "drivers_license_m_from": "",
            "drivers_license_m_to": "",
            "drivers_license_l_from": "",
            "drivers_license_l_to": "",
            "drivers_license_t_from": "",
            "drivers_license_t_to": ""
          },
          "rfid_fields": {
            "type": "D",
            "number": "",
            "country": "",
            "nationality": "",
            "expiration_date": "",
            "gender": "male",
            "first_name": "",
            "last_name": "",
            "full_name": "",
            "date_of_birth": "",
            "place_of_birth": "",
            "social_security_number": "",
            "issuing_authority": "",
            "issue_date": "",
            "issue_state": "",
            "remainder_term": 1,
            "checkdigit_number": 1,
            "checkdigit_date_of_birth": 1,
            "checkdigit_expire_date": 1,
            "checkdigit_final": 1,
            "mrz_string": "",
            "mrz_string_correct": "",
            "height": "",
            "age": 1,
            "drivers_license_am_from": "",
            "drivers_license_am_to": "",
            "drivers_license_a1_from": "",
            "drivers_license_a1_to": "",
            "drivers_license_a2_from": "",
            "drivers_license_a2_to": "",
            "drivers_license_a_from": "",
            "drivers_license_a_to": "",
            "drivers_license_b1_from": "",
            "drivers_license_b1_to": "",
            "drivers_license_b_from": "",
            "drivers_license_b_to": "",
            "drivers_license_c1_from": "",
            "drivers_license_c1_to": "",
            "drivers_license_c_from": "",
            "drivers_license_c_to": "",
            "drivers_license_d1_from": "",
            "drivers_license_d1_to": "",
            "drivers_license_d_from": "",
            "drivers_license_d_to": "",
            "drivers_license_be_from": "",
            "drivers_license_be_to": "",
            "drivers_license_c1e_from": "",
            "drivers_license_c1e_to": "",
            "drivers_license_ce_from": "",
            "drivers_license_ce_to": "",
            "drivers_license_d1e_from": "",
            "drivers_license_d1e_to": "",
            "drivers_license_de_from": "",
            "drivers_license_de_to": "",
            "drivers_license_m_from": "",
            "drivers_license_m_to": "",
            "drivers_license_l_from": "",
            "drivers_license_l_to": "",
            "drivers_license_t_from": "",
            "drivers_license_t_to": ""
          },
          "images": [
            {
              "id": "",
              "side": "",
              "light_type": "",
              "field_coordinates": [
                {
                  "FieldType": "",
                  "Rectangle": ""
                }
              ],
              "dtype": "",
              "apply_watermark": true,
              "content": "",
              "passed_security_checks": true,
              "url": "",
              "size": "",
              "original_filename": "",
              "manipulated": true,
              "created_at": "",
              "updated_at": ""
            }
          ],
          "check_executions": [
            {
              "id": "",
              "type": "",
              "performed_at": "",
              "status": "",
              "extra_fields": [
                {
                  "key": "",
                  "value": ""
                }
              ],
              "message": "",
              "cases": [
                {
                  "identifier": "",
                  "type": "",
                  "matched": [
                    ""
                  ]
                }
              ],
              "pdf_report_url": "",
              "html_report_url": ""
            }
          ],
          "identification": {
            "front": {
              "country": "",
              "document_name": "",
              "country_name": "",
              "year": 1,
              "type": ""
            },
            "back": {
              "country": "",
              "document_name": "",
              "country_name": "",
              "year": 1,
              "type": ""
            }
          }
        }
      ],
      "financial_data": {
        "sources": [
          {
            "source": "",
            "id": "",
            "type": ""
          }
        ]
      },
      "institutional_data": [
        {}
      ]
    },
    "check_executions": [
      {
        "id": "",
        "type": "",
        "performed_at": "",
        "status": "",
        "extra_fields": [
          {
            "key": "",
            "value": ""
          }
        ],
        "message": "",
        "cases": [
          {
            "identifier": "",
            "type": "",
            "matched": [
              ""
            ]
          }
        ],
        "pdf_report_url": "",
        "html_report_url": ""
      }
    ],
    "appointments": [
      {
        "appointment_id": "",
        "registration_id": "",
        "status": "",
        "type": "",
        "keysafe_id": "",
        "location_id": "",
        "external_id": "",
        "start_date": "",
        "end_date": ""
      }
    ],
    "financial_transactions": [
      {
        "id": "",
        "status": "",
        "amount": 1,
        "description": "",
        "payment_method": "",
        "status_history": [
          {
            "status": "",
            "timestamp": ""
          }
        ],
        "attachments": [
          {
            "filename": "",
            "_": "",
            "id": "",
            "original_filename": "",
            "url": ""
          }
        ]
      }
    ],
    "cards": [
      {
        "id": "",
        "active": "",
        "serial_number": ""
      }
    ],
    "comments": [
      {
        "type": "customer_comment",
        "date": "",
        "comment": ""
      }
    ],
    "business_accounts": [
      {
        "id": "",
        "user_id": "",
        "status": "",
        "role": "",
        "company_name": ""
      }
    ],
    "lock": {
      "number": "",
      "keysafe_identifier": "",
      "keysafe_name": ""
    },
    "webhooks": [
      {
        "purpose": "",
        "url": ""
      }
    ],
    "created_by": "",
    "created_at": "",
    "updated_at": "",
    "token": "",
    "source": {
      "source": "",
      "sourceid": "",
      "organisation_name": "",
      "organization_coc_registration_number": "",
      "username": "",
      "userid": 1,
      "location": "",
      "location_id": ""
    }
  }
}'
{
  "registration": {
    "id": "string",
    "external_id": "string",
    "invite_token": "string",
    "keysafe_identifier": "string",
    "device_id": "string",
    "status": "string",
    "balance": 1,
    "minimum_balance": 1,
    "paid_registration_fee": true,
    "check_process": "string",
    "validations": [
      {
        "type": "string",
        "status": "string"
      }
    ],
    "lessor": {
      "id": 1,
      "name": "string"
    },
    "lessee": {
      "id": "string",
      "gender": "string",
      "initials": "string",
      "nationality": "string",
      "first_name": "string",
      "social_security_number": "string",
      "last_name": "string",
      "last_name_prefix": "string",
      "date_of_birth": "2026-09-01T15:15:25.081Z",
      "place_of_birth": "string",
      "email_address": "string",
      "phone_number": "string",
      "mobile_phone_number": "string",
      "street_name": "string",
      "house_number": "string",
      "house_number_extension": "string",
      "postal_code": "string",
      "zip_code": "string",
      "city": "string",
      "country": "string",
      "password": "string",
      "iban": "string",
      "bank_account_holder": "string",
      "id_documents": [
        {
          "type": "drivers_license",
          "expire_date": "2026-09-01",
          "number": "string",
          "country": "string"
        }
      ],
      "documents": [
        {
          "id": "string",
          "status": "unknown",
          "status_errors": [
            "string"
          ],
          "source": "string",
          "source_identifier": "string",
          "result": "string",
          "created_at": "2026-09-01T15:15:25.081Z",
          "pr_document_type": 1,
          "finished": true,
          "type": "D",
          "number": "string",
          "country": "string",
          "nationality": "string",
          "expiration_date": "string",
          "gender": "male",
          "first_name": "string",
          "last_name": "string",
          "full_name": "string",
          "date_of_birth": "string",
          "place_of_birth": "string",
          "social_security_number": "string",
          "issuing_authority": "string",
          "issue_date": "string",
          "issue_state": "string",
          "remainder_term": 1,
          "checkdigit_number": 1,
          "checkdigit_date_of_birth": 1,
          "checkdigit_expire_date": 1,
          "checkdigit_final": 1,
          "mrz_string": "string",
          "mrz_string_correct": "string",
          "height": "string",
          "age": 1,
          "fields": {
            "type": "D",
            "number": "string",
            "country": "string",
            "nationality": "string",
            "expiration_date": "string",
            "gender": "male",
            "first_name": "string",
            "last_name": "string",
            "full_name": "string",
            "date_of_birth": "string",
            "place_of_birth": "string",
            "social_security_number": "string",
            "issuing_authority": "string",
            "issue_date": "string",
            "issue_state": "string",
            "remainder_term": 1,
            "checkdigit_number": 1,
            "checkdigit_date_of_birth": 1,
            "checkdigit_expire_date": 1,
            "checkdigit_final": 1,
            "mrz_string": "string",
            "mrz_string_correct": "string",
            "height": "string",
            "age": 1,
            "drivers_license_am_from": "string",
            "drivers_license_am_to": "string",
            "drivers_license_a1_from": "string",
            "drivers_license_a1_to": "string",
            "drivers_license_a2_from": "string",
            "drivers_license_a2_to": "string",
            "drivers_license_a_from": "string",
            "drivers_license_a_to": "string",
            "drivers_license_b1_from": "string",
            "drivers_license_b1_to": "string",
            "drivers_license_b_from": "string",
            "drivers_license_b_to": "string",
            "drivers_license_c1_from": "string",
            "drivers_license_c1_to": "string",
            "drivers_license_c_from": "string",
            "drivers_license_c_to": "string",
            "drivers_license_d1_from": "string",
            "drivers_license_d1_to": "string",
            "drivers_license_d_from": "string",
            "drivers_license_d_to": "string",
            "drivers_license_be_from": "string",
            "drivers_license_be_to": "string",
            "drivers_license_c1e_from": "string",
            "drivers_license_c1e_to": "string",
            "drivers_license_ce_from": "string",
            "drivers_license_ce_to": "string",
            "drivers_license_d1e_from": "string",
            "drivers_license_d1e_to": "string",
            "drivers_license_de_from": "string",
            "drivers_license_de_to": "string",
            "drivers_license_m_from": "string",
            "drivers_license_m_to": "string",
            "drivers_license_l_from": "string",
            "drivers_license_l_to": "string",
            "drivers_license_t_from": "string",
            "drivers_license_t_to": "string"
          },
          "mrz_fields": {
            "type": "D",
            "number": "string",
            "country": "string",
            "nationality": "string",
            "expiration_date": "string",
            "gender": "male",
            "first_name": "string",
            "last_name": "string",
            "full_name": "string",
            "date_of_birth": "string",
            "place_of_birth": "string",
            "social_security_number": "string",
            "issuing_authority": "string",
            "issue_date": "string",
            "issue_state": "string",
            "remainder_term": 1,
            "checkdigit_number": 1,
            "checkdigit_date_of_birth": 1,
            "checkdigit_expire_date": 1,
            "checkdigit_final": 1,
            "mrz_string": "string",
            "mrz_string_correct": "string",
            "height": "string",
            "age": 1,
            "drivers_license_am_from": "string",
            "drivers_license_am_to": "string",
            "drivers_license_a1_from": "string",
            "drivers_license_a1_to": "string",
            "drivers_license_a2_from": "string",
            "drivers_license_a2_to": "string",
            "drivers_license_a_from": "string",
            "drivers_license_a_to": "string",
            "drivers_license_b1_from": "string",
            "drivers_license_b1_to": "string",
            "drivers_license_b_from": "string",
            "drivers_license_b_to": "string",
            "drivers_license_c1_from": "string",
            "drivers_license_c1_to": "string",
            "drivers_license_c_from": "string",
            "drivers_license_c_to": "string",
            "drivers_license_d1_from": "string",
            "drivers_license_d1_to": "string",
            "drivers_license_d_from": "string",
            "drivers_license_d_to": "string",
            "drivers_license_be_from": "string",
            "drivers_license_be_to": "string",
            "drivers_license_c1e_from": "string",
            "drivers_license_c1e_to": "string",
            "drivers_license_ce_from": "string",
            "drivers_license_ce_to": "string",
            "drivers_license_d1e_from": "string",
            "drivers_license_d1e_to": "string",
            "drivers_license_de_from": "string",
            "drivers_license_de_to": "string",
            "drivers_license_m_from": "string",
            "drivers_license_m_to": "string",
            "drivers_license_l_from": "string",
            "drivers_license_l_to": "string",
            "drivers_license_t_from": "string",
            "drivers_license_t_to": "string"
          },
          "ocr_fields": {
            "type": "D",
            "number": "string",
            "country": "string",
            "nationality": "string",
            "expiration_date": "string",
            "gender": "male",
            "first_name": "string",
            "last_name": "string",
            "full_name": "string",
            "date_of_birth": "string",
            "place_of_birth": "string",
            "social_security_number": "string",
            "issuing_authority": "string",
            "issue_date": "string",
            "issue_state": "string",
            "remainder_term": 1,
            "checkdigit_number": 1,
            "checkdigit_date_of_birth": 1,
            "checkdigit_expire_date": 1,
            "checkdigit_final": 1,
            "mrz_string": "string",
            "mrz_string_correct": "string",
            "height": "string",
            "age": 1,
            "drivers_license_am_from": "string",
            "drivers_license_am_to": "string",
            "drivers_license_a1_from": "string",
            "drivers_license_a1_to": "string",
            "drivers_license_a2_from": "string",
            "drivers_license_a2_to": "string",
            "drivers_license_a_from": "string",
            "drivers_license_a_to": "string",
            "drivers_license_b1_from": "string",
            "drivers_license_b1_to": "string",
            "drivers_license_b_from": "string",
            "drivers_license_b_to": "string",
            "drivers_license_c1_from": "string",
            "drivers_license_c1_to": "string",
            "drivers_license_c_from": "string",
            "drivers_license_c_to": "string",
            "drivers_license_d1_from": "string",
            "drivers_license_d1_to": "string",
            "drivers_license_d_from": "string",
            "drivers_license_d_to": "string",
            "drivers_license_be_from": "string",
            "drivers_license_be_to": "string",
            "drivers_license_c1e_from": "string",
            "drivers_license_c1e_to": "string",
            "drivers_license_ce_from": "string",
            "drivers_license_ce_to": "string",
            "drivers_license_d1e_from": "string",
            "drivers_license_d1e_to": "string",
            "drivers_license_de_from": "string",
            "drivers_license_de_to": "string",
            "drivers_license_m_from": "string",
            "drivers_license_m_to": "string",
            "drivers_license_l_from": "string",
            "drivers_license_l_to": "string",
            "drivers_license_t_from": "string",
            "drivers_license_t_to": "string"
          },
          "rfid_fields": {
            "type": "D",
            "number": "string",
            "country": "string",
            "nationality": "string",
            "expiration_date": "string",
            "gender": "male",
            "first_name": "string",
            "last_name": "string",
            "full_name": "string",
            "date_of_birth": "string",
            "place_of_birth": "string",
            "social_security_number": "string",
            "issuing_authority": "string",
            "issue_date": "string",
            "issue_state": "string",
            "remainder_term": 1,
            "checkdigit_number": 1,
            "checkdigit_date_of_birth": 1,
            "checkdigit_expire_date": 1,
            "checkdigit_final": 1,
            "mrz_string": "string",
            "mrz_string_correct": "string",
            "height": "string",
            "age": 1,
            "drivers_license_am_from": "string",
            "drivers_license_am_to": "string",
            "drivers_license_a1_from": "string",
            "drivers_license_a1_to": "string",
            "drivers_license_a2_from": "string",
            "drivers_license_a2_to": "string",
            "drivers_license_a_from": "string",
            "drivers_license_a_to": "string",
            "drivers_license_b1_from": "string",
            "drivers_license_b1_to": "string",
            "drivers_license_b_from": "string",
            "drivers_license_b_to": "string",
            "drivers_license_c1_from": "string",
            "drivers_license_c1_to": "string",
            "drivers_license_c_from": "string",
            "drivers_license_c_to": "string",
            "drivers_license_d1_from": "string",
            "drivers_license_d1_to": "string",
            "drivers_license_d_from": "string",
            "drivers_license_d_to": "string",
            "drivers_license_be_from": "string",
            "drivers_license_be_to": "string",
            "drivers_license_c1e_from": "string",
            "drivers_license_c1e_to": "string",
            "drivers_license_ce_from": "string",
            "drivers_license_ce_to": "string",
            "drivers_license_d1e_from": "string",
            "drivers_license_d1e_to": "string",
            "drivers_license_de_from": "string",
            "drivers_license_de_to": "string",
            "drivers_license_m_from": "string",
            "drivers_license_m_to": "string",
            "drivers_license_l_from": "string",
            "drivers_license_l_to": "string",
            "drivers_license_t_from": "string",
            "drivers_license_t_to": "string"
          },
          "images": [
            {
              "id": "string",
              "side": "string",
              "light_type": "string",
              "field_coordinates": [
                {
                  "FieldType": "string",
                  "Rectangle": "string"
                }
              ],
              "dtype": "string",
              "apply_watermark": true,
              "content": "string",
              "url": "string",
              "size": "string",
              "original_filename": "string",
              "manipulated": true,
              "created_at": "2026-09-01T15:15:25.081Z",
              "updated_at": "2026-09-01T15:15:25.081Z"
            }
          ],
          "check_executions": [
            {
              "id": "string",
              "type": "string",
              "performed_at": "string",
              "status": "string",
              "extra_fields": [
                {
                  "key": "string",
                  "value": "string"
                }
              ],
              "message": "string",
              "cases": [
                {
                  "identifier": "string",
                  "type": "string",
                  "matched": [
                    "string"
                  ]
                }
              ],
              "pdf_report_url": "string",
              "html_report_url": "string"
            }
          ],
          "identification": {
            "front": {
              "country": "string",
              "document_name": "string",
              "country_name": "string",
              "year": 1,
              "type": "string"
            },
            "back": {
              "country": "string",
              "document_name": "string",
              "country_name": "string",
              "year": 1,
              "type": "string"
            }
          }
        }
      ],
      "financial_data": {
        "sources": [
          {
            "source": "string",
            "id": "string",
            "type": "string"
          }
        ]
      },
      "institutional_data": [
        {
          "identifier": "string",
          "created_at": "2026-09-01T15:15:25.081Z",
          "updated_at": "2026-09-01T15:15:25.081Z",
          "provider_type": "string",
          "request_flags": [
            "string"
          ],
          "status": "unknown",
          "is_invalidated": true
        }
      ]
    },
    "check_executions": [
      {
        "id": "string",
        "type": "string",
        "performed_at": "string",
        "status": "string",
        "extra_fields": [
          {
            "key": "string",
            "value": "string"
          }
        ],
        "message": "string",
        "cases": [
          {
            "identifier": "string",
            "type": "string",
            "matched": [
              "string"
            ]
          }
        ],
        "pdf_report_url": "string",
        "html_report_url": "string"
      }
    ],
    "appointments": [
      {
        "appointment_id": "string",
        "registration_id": "string",
        "status": "string",
        "type": "string",
        "keysafe_id": "string",
        "location_id": "string",
        "location_name": "string",
        "external_id": "string",
        "start_date": "string",
        "end_date": "string"
      }
    ],
    "financial_transactions": [
      {
        "id": "string",
        "status": "string",
        "amount": 1,
        "description": "string",
        "payment_method": "string",
        "status_history": [
          {
            "status": "string",
            "timestamp": "string"
          }
        ],
        "attachments": [
          {
            "filename": "string",
            "_": "string",
            "id": "string",
            "original_filename": "string",
            "url": "string"
          }
        ]
      }
    ],
    "cards": [
      {
        "id": "string",
        "active": "string",
        "serial_number": "string"
      }
    ],
    "comments": [
      {
        "type": "customer_comment",
        "date": "2026-09-01T15:15:25.081Z",
        "comment": "string"
      }
    ],
    "business_accounts": [
      {
        "id": "string",
        "user_id": "string",
        "status": "string",
        "role": "string",
        "company_name": "string"
      }
    ],
    "lock": {
      "number": "string",
      "keysafe_identifier": "string",
      "keysafe_name": "string"
    },
    "webhooks": [
      {
        "purpose": "string",
        "url": "string"
      }
    ],
    "created_by": "string",
    "created_at": "2026-09-01T15:15:25.081Z",
    "updated_at": "2026-09-01T15:15:25.081Z",
    "token": "string",
    "source": {
      "source": "string",
      "sourceid": "string",
      "organisation_name": "string",
      "organization_coc_registration_number": "string",
      "username": "string",
      "userid": 1,
      "location": "string",
      "location_id": "string"
    },
    "created_by_email": "string",
    "created_by_first_name": "string",
    "created_by_last_name_prefix": "string",
    "created_by_last_name": "string"
  }
}