@extends('layouts.app') @section('title', 'Edit Webhook') @section('content')

Edit Webhook

Update webhook source settings

@csrf @method('PUT')

A friendly name to identify this webhook source

@error('name')

{{ $message }}

@enderror

Select the type of webhook source

@error('type')

{{ $message }}

@enderror

For platforms that support webhook signing (e.g., Stripe webhook secret)

@error('secret_key')

{{ $message }}

@enderror

Use this URL in your payment platform's webhook settings

Note:

The webhook token cannot be changed from this form for security reasons. If you need a new webhook URL, use the "Regenerate Token" button on the details page.

Cancel
@endsection