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

Copy Markdown View Source

Fired when a payment settles on an embedded customer's account.

Summary

Functions

from_payload(payload)

@spec from_payload(map()) :: %ClearBank.Webhook.Events.EmbeddedTransactionSettled{
  account_id: term(),
  amount: term(),
  counterpart_name: term(),
  currency: term(),
  customer_id: term(),
  direction: term(),
  reference: term(),
  timestamp: term(),
  transaction_id: term(),
  type: term()
}