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

Copy Markdown View Source

Fired when a CHAPS payment is created and accepted.

Summary

Functions

from_payload(payload)

@spec from_payload(map()) :: %ClearBank.Webhook.Events.ChapsPaymentCreated{
  account_id: term(),
  amount: term(),
  creditor_name: term(),
  currency: term(),
  instruction_id: term(),
  remittance_information: term(),
  timestamp: term()
}