Skip to main content

Documentation

Contact Updated Webhook

The CONTACT_UPDATED webhook notifies the client that an existing contact has been updated.

  • CONTACT_UPDATED Webhook

  • {
      "id": "wh_dc3ff53ec8c76322e9d74cb186091b7b",
      "type": "CONTACT_UPDATED",
      "data": {
        "id": "cont_25ee38f0a661ccf9364064e3dd0ed37c",
        "first_name": "John",
        "last_name": "Doe",
        "middle_name": "",
        "second_last_name": "",
        "gender": "not_applicable",
        "marital_status": "not_applicable",
        "house_type": "",
        "contact_type": "personal",
        "phone_number": "+12125554321",
        "email": "john.doe@sample12345.net",
        "identification_type": "DL",
        "identification_number": "123243434",
        "issued_card_data": {
          "preferred_name": "",
          "transaction_permissions": "",
          "role_in_company": ""
        },
        "date_of_birth": null,
        "country": "IN",
        "nationality": null,
        "address": null,
        "ewallet": "ewallet_64736c5bc9875fdd9b6501bb41a992cb",
        "created_at": 1706183438,
        "metadata": {},
        "business_details": null,
        "compliance_profile": 0,
        "verification_status": "not verified",
        "send_notifications": false,
        "mothers_name": "",
        "contact_reference_id": null
      },
      "trigger_operation_id": "47399680-f732-40c2-82cc-546b403b768c",
      "status": "NEW",
      "created_at": 1768827355,
      "extended_timestamp": 1768827355833000
    } 
  • CONTACT_UPDATED Webhook - Business Contact

  • {
      "id": "wh_a1b2c3d4e5f67890123456789abcdef01",
      "type": "CONTACT_UPDATED",
      "data": {
        "id": "cont_3625cb4fc18d005b12f9ccf0c466755e",
        "first_name": "Four Star Professional Services",
        "last_name": "",
        "middle_name": "",
        "second_last_name": "",
        "gender": "not_applicable",
        "marital_status": "not_applicable",
        "house_type": "",
        "contact_type": "business",
        "phone_number": "+14155551234",
        "email": "contact@fourstar.com",
        "identification_type": "PA",
        "identification_number": "1234567890",
        "issued_card_data": {
          "preferred_name": "",
          "transaction_permissions": "",
          "role_in_company": ""
        },
        "date_of_birth": null,
        "country": "US",
        "nationality": null,
        "address": {
          "id": "address_9706af91b503c70a819605222afabc96",
          "name": "John Doe - Four Star Professional Services",
          "line_1": "123 Main Street",
          "line_2": "",
          "line_3": "",
          "city": "Anytown",
          "state": "NY",
          "country": "US",
          "zip": "12345",
          "phone_number": "+14155551234",
          "metadata": {},
          "canton": "",
          "district": "",
          "created_at": 1706183438
        },
        "ewallet": "ewallet_053d64c44834e1d3057ecb68a34c6b6c",
        "created_at": 1706183438,
        "metadata": {},
        "business_details": {
          "id": "busi_9d2952408ec5dec780f5b88a8fc174aa",
          "name": "Four Star Professional Services",
          "registration_number": "R24032020000",
          "entity_type": "company",
          "industry_category": "company",
          "industry_sub_category": "home services",
          "address": {
            "id": "address_977b39b4b725fadc9040e1ee1e5df795",
            "name": "John Doe - Four Star Professional Services",
            "line_1": "1234 Main Street",
            "line_2": "Suite 1200",
            "line_3": "",
            "city": "Anytown",
            "state": "NY",
            "country": "US",
            "zip": "10101",
            "phone_number": "14155557779",
            "metadata": {},
            "canton": "",
            "district": "",
            "created_at": 1706183438
          },
          "created_at": 1706183438,
          "annual_revenue": 0,
          "establishment_date": null,
          "legal_entity_type": null,
          "cnae_code": null,
          "statement_descriptor": null,
          "mcc": null,
          "website_url": null,
          "customer_service_phone_number": null
        },
        "authorized_user_details": {
          "first_name": "John",
          "last_name": "Doe",
          "date_of_birth": "1994-01-01",
          "country": "US"
        },
        "compliance_profile": 0,
        "verification_status": "not verified",
        "send_notifications": false,
        "mothers_name": "",
        "contact_reference_id": null
      },
      "trigger_operation_id": "47399680-f732-40c2-82cc-546b403b768c",
      "status": "NEW",
      "created_at": 1768827355,
      "extended_timestamp": 1768827355833000
    }