@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
{{ __($pageTitle) }}
@include('sections.super_admin_payment_setting_menu')

@lang('app.menu.onlinePayment')

{!! Form::open(['id'=>'updateSettings','class'=>'ajax-form','method'=>'PUT']) !!}
{{--
--}}

{{ route('verify-billing-ipn') }}

(@lang('messages.addPaypalWebhookUrl') )

paypal_status == 'active') checked @endif class="js-switch special" id="paypalButton" data-color="#00c292" data-secondary-color="#f96262" />
{{--
--}}

{{ route('save_webhook') }}

(@lang('messages.addStripeWebhookUrl'))

(@lang('messages.addStripeWebhookUrlMethod'))

stripe_status == 'active') checked @endif class="js-switch" data-color="#00c292" id="stripeButton" data-secondary-color="#f96262" />

{{ route('save_razorpay-webhook') }}

razorpay_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />
paystack_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />

{{ route('save_paystack-webhook') }}

(@lang('messages.addPaystackWebhookUrl') )

{{ route('admin.payments.paystack.callback') }}

(@lang('messages.addPaystackCallbackUrl') )

mollie_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />
{{--
--}} {{----}} {{--

{{ route('verify-ipn') }}

--}} {{--

(@lang('messages.addPaypalWebhookUrl'))

--}} {{--
--}}
Select environment
authorize_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />

{{ route('save_authorize_webhook') }}

(@lang('messages.addAuthorizeWebhookUrl') )

{!! Form::close() !!}
@endsection @push('footer-script') @endpush