Module: InstantQuote::Webhooks::Iwoca

Extended by:
ActiveSupport::Concern
Defined in:
lib/instant_quote/webhooks/iwoca.rb

Overview

To be included in a Rails controller. More information about iwoca webhooks: developer.iwoca.co.uk/lending-api-v1/partner-webhook-url/partner-webhook-for-iwoca-events

Defined Under Namespace

Classes: SignatureVerifyError

Constant Summary collapse

SIGNATURE_HEADER =

HMAC hex digest of the payload.

'X-IW-Signature'
EVENT_TYPE_HEADER =

The event type sent by iwoca.

'X-IW-Event-Type'
EVENT_ID_HEADER =

The event id sent by iwoca.

'X-IW-Event-ID'