@extends('layouts.app') @section('title', __('payments.title')) @section('content')
{{ __('payments.security_warning_body') }}
{{ __('payments.active_gateway_help') }}
{{ $message }}
{{ __('payments.stripe_key_help') }}
{{ __('payments.stripe_secret_help') }}
{{ __('payments.stripe_webhook_help') }}
Get these credentials from your Till Payments dashboard: All fields are required for the official Till API integration.
Used for frontend payment.js integration
Used in API endpoint URL path
Used for Basic Authentication
Used for Basic Authentication. @if ($settings['till_password_set']) ✓ Currently set @else ⚠ Not set @endif
Used for webhook signature validation (optional). @if ($settings['till_shared_secret_set']) ✓ Currently set @else ⚠ Not set @endif
Use sandbox URL for testing: https://gateway-sandbox.tillpayments.com