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

Copy Markdown View Source

Fired when an FPS return payment is created.

Summary

Functions

from_payload(payload)

@spec from_payload(map()) :: %ClearBank.Webhook.Events.FpsPaymentReturnCreated{
  account_id: term(),
  amount: term(),
  currency: term(),
  original_transaction_id: term(),
  reason_code: term(),
  return_id: term(),
  timestamp: term()
}