WebsiteLog In

customer deleted

Customer object is soft deleted on the platform

Response Example

{
  "webhook_notification_id": "webhook_13e873b52afe42f9bbd7a298d3676d91",
  "org_id": "org_0f38c3329e124cccb2f8e4344a564b6b",
  "event_id": "customer_4d3f13e1cfa94eaa80f5c498a4d63b46",
  "event_type": "CUSTOMER",
  "event_name": "CUSTOMER_DELETED",
  "event_description": "CUSTOMER_DELETED for customer_4d3f13e1cfa94eaa80f5c498a4d63b46",
  "webhook_url": "https://webhook-demo.finmo.net/li543xw",
  "event_detail": {
    "customer_id": "customer_4d3f13e1cfa94eaa80f5c498a4d63b46",
    "org_id": "org_0f38c3329e124cccb2f8e4344a564b6b",
    "type": "individual",
    "description": null,
    "metadata": null,
    "is_active": false,
    "is_wallet_ready": false,
    "individual": {
      "first_name": "John",
      "last_name": "Doe",
      "dob": null,
      "email": null,
      "nationality": null,
      "address_country": null,
      "address_state": null,
      "address_city": null,
      "address_line1": null,
      "address_line2": null,
      "address_zip_code": null,
      "country_of_residence": "AU",
      "phone_number": null,
      "phone_country_code": null,
      "phone_number_e164": null,
      "identification_type": null,
      "identification_custom_type": null,
      "identification_value": null
    },
    "created_at": "2022-03-25T04:31:15.739Z",
    "updated_at": "2022-03-25T04:31:28.592Z"
  },
  "created_at": "2022-03-25T04:36:50.707Z",
  "updated_at": "2022-03-25T04:36:50.707Z",
  "http_response": [{"data": {}, "status": 200, "success": true, "webhook_triggered_at": "2022-08-08T09:51:46.000Z", "webhook_trigger_attempt": 1}],
  "attempt_count": 1,
  "headers": {
    "x-security-token": "xxxxxxxxxxxx"
  }
}