@if (session()->has('key_generated'))
{{ session('key_generated') }}
@endif

Merchant Information

@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror

Webhook API Key

Use as: X-API-Key: {{ $webhook_key ?? 'YOUR_KEY' }}

@if($webhook_key)

WooCommerce: {{ url('/api/webhooks/woocommerce') }}
Shopify: {{ url('/api/webhooks/shopify') }}
Generic: {{ url('/api/webhooks/generic') }}

@endif

Assign Affiliates

@forelse($allAffiliates as $affiliate)
@if(in_array($affiliate->id, $selectedAffiliates))
Custom: %
@endif
@empty

No active affiliates

@endforelse
Cancel