Skip to main content

Documentation

Identity Verification Webhook - Production Approved

The IDENTITY_VERIFICATION webhook is sent when Rapyd completes the process of verifying a person’s identity.

  • IDENTITY_VERIFICATION Webhook (Production - approved)

  • {
        "id": "wh_fdb4bd293f926e624c6c98587f3a682f",
        "data": {
            "id": "kycid_598fcfb178e6c5317e6f9f22e196a27b",
            "reference_id": "01F4XZZAR93FDPMZ9NMM5R5POP",
            "ewallet": "ewallet_82d23a5dde96fd2cbf5476c4f63a1d2f",
            "ewallet_id": "ewallet_82d23a5dde96fd2cbf5476c4f63a1d2f",
            "contact_id": "cont_1f7ff45b955dd2f0c1995a4bf582d205",
            "verification_status": "APPROVED",
            "reject_reason": null,
            "request_source": "API",
            "document_type": "ID_CARD",
            "document_sub_type": null,
            "country": "DE",
            "images": "v1/kyc/identities/images?reference_id=01F4XZZAR93FDPMZ9NMM5R5DPT",
            "id_number": "L73KYVYKK",
            "first_name": "JOHN",
            "last_name": "DOE",
            "state": null,
            "expiration_date": "21/03/2024",
            "date_of_birth": "05/06/1984",
            "face_validation": true,
            "additional_data": null,
            "created_at": 1620209290,
            "gender": "male"
        },
        "type": "IDENTITY_VERIFICATION",
        "status": "NEW",
        "created_at": 1725155920,
        "extended_timestamp": 1725155920336,
        "trigger_operation_id": "85947e2e-de40-47aa-b4d1-e32dfbd68c90"
    }