View Source Ibanity.WebhookHandler behaviour (ibanity v1.1.0)
Webhook handler specification.
See Ibanity.WebhookPlug
for more details.
Summary
Callbacks
Handles an Ibanity webhook event within your application.
Callbacks
@callback handle_event(event :: Struct) :: {:ok, term()} | :ok
Handles an Ibanity webhook event within your application.