@extends('business::layouts.app') @section('title', 'Webhooks — BizWap') @push('styles') @endpush @section('content')
Register a URL to receive real-time event notifications from BizWap.
Verify incoming requests are from BizWap by checking the X-BizWap-Signature header.
It contains sha256=HMAC-SHA256(payload, secret).
Regenerating will immediately invalidate the current secret.
Each request from BizWap includes an X-BizWap-Signature header. Verify it like this:
No delivery attempts yet.
@else| Event | Status | Attempts | Response | Last Tried | Created |
|---|---|---|---|---|---|
{{ $delivery->event_type }}
|
{{ ucfirst($delivery->status) }} | {{ $delivery->attempts }} |
@if($delivery->response_code)
{{ $delivery->response_code }}
@else
—
@endif
|
{{ $delivery->last_attempted_at?->diffForHumans() ?? '—' }} | {{ $delivery->created_at->format('d M Y, H:i') }} |