Ibanity.WebhookHandler behaviour (ibanity v0.12.0)

Webhook handler specification. See Ibanity.WebhookPlug for more details.

Link to this section Summary

Callbacks

Handles an Ibanity webhook event within your application.

Link to this section Callbacks

Link to this callback

handle_event(event)

@callback handle_event(event :: Struct) :: {:ok, term()} | :ok

Handles an Ibanity webhook event within your application.