Account Event

You can subscribe the Account Webhook to receive all events that occur in accounts.

The returned object will contain the account in the state at the moment of the event creation. For example, if there's a status change, you'll receive an event with the new status.

Payloads for ACCOUNT Subscription Type

{
  "entity": {
	  "account_uuid": "fab54d64-62d1-45ed-ac50-536c533fef19",
	  "created_at": "2022-10-11T09:12:19.495Z",
	  "external_id": "ea0d8bac-c395-4492-a831-06d980fa979f",
	  "information": {
		  "consumer_information": {
			  "date_of_birth": "****-02-07",
			  "email_address": "e**********l@example.org",
			  "first_name": "Cin**ia",
			  "last_name": "Wie**nd",
			  "middle_name": "Re***l",
			  "phone_number": "+*********7",
			  "ssn_last_4": "9201"
		  }
	  },
	  "metadata": {
		  "key_example": "example",
		  "key_example_2": 10
	  },
	  "stage": "",
	  "status": "ACTIVE",
	  "status_reason": "string",
    "status_reason_description": "string",
	  "type": "CONSUMER",
          "profile": "string",
          "profile_request": {
            "profile": "string",
            "status": "PROCESSING",
            "stage": "string",
            "status_reason": "string"
          },
	  "updated_at": "2022-10-11T09:12:37.548Z"
	},
  "event_date": "2022-10-11T09:12:43.16Z",
  "event_retry": 0,
  "event_type": "ACCOUNT",
  "event_uuid": "a082a01e-637d-5bc3-9153-76246869f21a",
  "event_version": "2021-11-18.1",
  "program_uuid": "3ff8d46a-da4d-46f1-a296-db483914b896"
}