@extends('layouts.app', ['title' => __tr('WhatsApp Orders Setup')]) @section('content')

{{ __tr('WhatsApp Orders Setup') }}

{{ __tr('Order Processing Settings') }}
{{ __tr('Allow customers to place orders directly from WhatsApp catalog') }}
{{ __tr('Currency for order amounts') }}
{{ __tr('Tax percentage to be added to orders (e.g., 18 for 18% GST)') }}
{{ __tr('Fixed shipping amount to be added to orders') }}
{{ __tr('Payment Gateway Settings') }}
{{ __tr('Enable online payment processing for orders') }}
{{ __tr('Select your payment gateway provider') }}
{{ __tr('Razorpay Configuration') }}

{{ __tr('To configure Razorpay:') }}

  1. {{ __tr('Sign up at') }} razorpay.com
  2. {{ __tr('Go to Settings > API Keys in your Razorpay dashboard') }}
  3. {{ __tr('Generate API keys and copy them below') }}
  4. {{ __tr('Set up webhook URL:') }} {{ route('whatsapp.payment.webhook.razorpay') }}
{{ __tr('Your Razorpay Key ID (starts with rzp_test_ or rzp_live_)') }}
{{ __tr('Your Razorpay Key Secret (keep this secure)') }}
{{ __tr('Webhook secret for verifying payment notifications (optional but recommended)') }}
{{ __tr('Webhook Configuration') }}

{{ __tr('Configure the following webhook URL in your Razorpay dashboard:') }}

{{ __tr('Enable these events: payment_link.paid, payment.failed') }}
{{ __tr('PhonePe Configuration') }}

{{ __tr('To configure PhonePe:') }}

  1. {{ __tr('Sign up at') }} phonepe.com
  2. {{ __tr('Go to Developer Console in your PhonePe dashboard') }}
  3. {{ __tr('Generate API keys and copy them below') }}
  4. {{ __tr('Set up webhook URL:') }} {{ route('whatsapp.payment.webhook.phonepe') }}
{{ __tr('Your PhonePe Merchant ID') }}
{{ __tr('Your PhonePe Salt Key (keep this secure)') }}
{{ __tr('Your PhonePe Salt Index (usually 1)') }}
{{ __tr('Select environment (UAT for testing, PROD for live)') }}
{{ __tr('Webhook Configuration') }}

{{ __tr('Configure the following webhook URL in your PhonePe dashboard:') }}

{{ __tr('Enable these events: PAYMENT_SUCCESS, PAYMENT_ERROR') }}
{{ __tr('Order Flow Information') }}
{{ __tr('How WhatsApp Orders Work:') }}
  1. {{ __tr('Customer browses your WhatsApp catalog and places an order') }}
  2. {{ __tr('System creates order and asks customer for delivery address') }}
  3. {{ __tr('Payment link is generated and sent to customer') }}
  4. {{ __tr('Customer completes payment through secure payment gateway') }}
  5. {{ __tr('Order status is automatically updated and customer is notified') }}
  6. {{ __tr('You can manage orders from the WhatsApp Orders section') }}
{{ __tr('Requirements:') }}
  • {{ __tr('WhatsApp Business API must be configured') }}
  • {{ __tr('WhatsApp catalog must be set up with products') }}
  • {{ __tr('Payment gateway must be configured for online payments') }}
  • {{ __tr('SSL certificate required for webhook security') }}
{{ __tr('Supported Payment Gateways:') }}
Razorpay
  • {{ __tr('Supports INR and USD currencies') }}
  • {{ __tr('Popular in India') }}
  • {{ __tr('Multiple payment methods') }}
PhonePe
  • {{ __tr('UPI-based payments') }}
  • {{ __tr('Supports INR currency') }}
  • {{ __tr('Fast and secure') }}
@endsection @push('appScripts') @endpush