ClearBank.Webhook.Events.EmbeddedAccountCreated (ClearBank v1.0.0)

Copy Markdown View Source

Fired when a new embedded account is provisioned for a customer.

Summary

Functions

from_payload(payload)

@spec from_payload(map()) :: %ClearBank.Webhook.Events.EmbeddedAccountCreated{
  account_id: term(),
  account_name: term(),
  account_number: term(),
  account_type: term(),
  customer_id: term(),
  iban: term(),
  sort_code: term(),
  timestamp: term()
}