Bank payment method event

You can subscribe the Bank payment method Webhook to receive all events that occur in a bank account associated to an Alviere account in the system.

The returned object will contain the bank 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 data for the bank account.

Payloads for BANK_PM Subscription Type

{
  "entity": {
    "account_uuid": "86e28f4b-c52d-4498-be89-a890b2298269",
	  "bank_account_details": {
		  "ach_details": {
			  "account_number_last_4": "9012",
			  "routing_number": "051000017"
		  }
	  },
	  "country": "USA",
	  "created_at": "2022-10-11T09:09:31.283Z",
	  "currency": "USD",
	  "external_id": "7eb9e43f-dffd-48cf-ac8a-25e0590859d6",
	  "fail_reason": "",
	  "flags": {
		  "load_supported": false,
		  "withdraw_supported": true
	  },
	  "is_plaid": false,
	  "last_4": "9012",
	  "payment_method_uuid": "502f5dcc-07d8-4801-a988-0d2ba67a8e35",
	  "status": "DELETED",
      "status_reason": "",
	  "type": "UNKNOWN",
	  "updated_at": "2022-10-11T09:09:31.283Z"
  },
  "event_date": "2022-10-11T09:11:47.958Z",
  "event_retry": 0,
  "event_type": "BANK_PM",
  "event_uuid": "db8e3589-3c4c-59ea-8b15-da1950e2916e",
  "event_version": "2021-11-18.1",
  "program_uuid": "3ff8d46a-da4d-46f1-a296-db483914b896"
}