@extends('admin.layouts.master-soyuz') @section('title',__('Payment Settings |')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Payment Settings') }} @endslot @slot('menu1') {{ __("Payment Settings") }} @endslot @slot('menu2') {{ __("Payment Settings") }} @endslot @endcomponent
{{ __('Payment Settings') }}
@csrf
{{__("Enter your PAYPAL CLIENT ID")}}
{{__('Enter your PAYPAL SECRET ID')}}
{{__("For Live use")}} live {{__("and for Test use")}} test {{ __("as mode") }}

({{__("Please Enable For Paypal Payment Gateway")}})

@csrf
Enter your BRAINTREE ENVIRONMENT sandbox or live
Enter your BRAINTREE MERCHANT ID Key
Enter yourBRAINTREE MERCHANT ACCOUNT ID Key
Enter your BRAINTREE PUBLIC KEY Key
Enter your BRAINTREE PRIVATE KEY Key

(Enable it For Braintree Payment Gateway )

@csrf
Enter your Stripe Key
{{__("Enter your Stripe secret Key")}}

({{__("Enable it For Strip Payment Gateway")}} )

@csrf
{{__('Enter your Paystack Public Key')}}
{{__("Enter your Paystack Secret Key")}}
{{__("Enter your Paystack payment url")}}
{{__("Enter your Paystack merchant url")}}
{{__("Copy this Paystack callback url to your app")}}

({{__("Enable it For Paystack Payment Gateway ")}})
@csrf
{{__("If your account on PayUMoney use")}} money {{ __("else use") }}biz
{{__("For Live use")}} secure {{__('and for Test use')}} test {{__('as mode')}}
{{__("Enter Payu merchant key")}}
{{__("Enter Payu merchant salt")}}
{{__("Enter payu auth header require only if your account is on payumoney")}}

• {{__("For")}} Live : https://payumoney.com/treasury/merchant/refundPayment
• {{__("For")}} Test : https://test.payumoney.com/treasury/merchant/refundPayment


({{__("Enable it to active Payu Payment gateway")}})

@csrf
• {{__("For")}} Live {{__("use")}} https://instamojo.com/api/1.1/
• {{__("For")}} Test {{__("use")}} https://test.instamojo.com/api/1.1/

• {{__("For")}} Live {{__("use")}} https://instamojo.com/api/1.1/refunds/
• {{__("For")}} Test {{__("use")}} https://test.instamojo.com/api/1.1/refunds/

{{__("Please Enter Instamojo Private API Key")}}

{{__("Please Enter Instamojo Auth Token")}}


({{__("Enable it to active Instamojo Payment gateway")}})

@csrf
{{__("For")}} Live use production {{__("and for Test use")}} local as ENVIRONMENT
{{__("Enter PAYTM MERCHANT ID")}}
{{__("Enter PAYTM MERCHANT KEY")}}


({{__("Enable to activate Paytm Payment gateway")}})

@csrf
{{__("Enter Razorpay API key")}}
{{__("Enter Razorpay secret key")}}


({{__("Enable to activate Razorpay Payment gateway")}})

@csrf
{{__("Enter PAYHERE BUISNESS APP CODE")}}
{{__('Enter PAYHERE APP secret key')}}
{{__("Enter PAYHERE MERCHANT ID CODE")}}



({{__("Choose Payhere payment gateway enviourment.")}})


({{__("Enable to activate Payhere Payment gateway.")}})

@csrf
• {{__("For")}} Live {{__("use")}} : https://api.cashfree.com | • {{__("For")}} Test {{__("use")}} : https://test.cashfree.com

({{ __("Enable to activate Cashfree Payment gateway.") }})
@csrf

{{ __("Important Note:") }}

  • {{__("Skrill recommends that you open a merchant test account to help you become familiar with the Automated Payments Interface. Test accounts operate in the live environment, but funds cannot be sent from a test account to a live account.")}}
  • {{__("To obtain a test account, please register a personal account at")}} http://www.skrill.com {{__(", and then contact the Merchant Services team with the account details so that they can enable it.")}}

({{ __("Enable to activate Skrill Payment gateway.") }})
@csrf
{{ __('Omise ONLY Support JPY AND THB Currency.') }}
• {{__("GET API VERSION")}} {{ __("HERE") }}

({{ __("Enable to activate Omise Payment gateway.") }})
@csrf
{{ __('Moli Not Support INR Currency.') }}

({{__("Enable to activate Moli Payment gateway.")}})
@csrf
{{ __('Rave ONLY Support NGN Currency.') }}



({{__("Enable to activate Rave Payment gateway.")}})
@csrf

• {{__('For') }} Sandbox, {{__("use")}} "https://sandbox.sslcommerz.com"
• {{__("For")}} Live, {{__("use")}} "https://securepay.sslcommerz.com"

{{__("Enter your store id")}}
{{__("Enter store password")}}


({{ __("Enable it to when it's when sandbox mode is true.") }})


({{__("Enable or disable sandbox by toggle it.")}})


({{__("Active or deactive payment gateway by toggling it.")}})
@csrf
{{ __('AAMARPAY ONLY Support BDT (Taka) Currency.') }}

({{__("Enable to activate AAMARPAY sandbox payment.")}})

({{__("Enable to activate AAMARPAY Payment gateway.")}})
@csrf

• {{__('For') }} {{ __("Sandbox") }}, {{__("use")}} "https://sandbox-api.iyzipay.com"
• {{__("For")}} Live, {{__("use")}} "https://api.iyzipay.com"

{{__("Enter your IYZIPAY API KEY")}}
{{ __("Enter IYZIPAY SECRET KEY password") }}


({{__("Active or deactive payment gateway by toggling it.")}})
@if(Module::has('DPOPayment') && Module::find('DPOPayment')->isEnabled()) @include('dpopayment::admin.tab') @endif @if(Module::has('Bkash') && Module::find('Bkash')->isEnabled()) @include('bkash::admin.tab') @endif @if(Module::has('MPesa') && Module::find('MPesa')->isEnabled()) @include('mpesa::admin.tab') @endif @if(Module::has('AuthorizeNet') && Module::find('AuthorizeNet')->isEnabled()) @include('authorizenet::admin.tab') @endif @if(Module::has('Worldpay') && Module::find('Worldpay')->isEnabled()) @include('worldpay::admin.tab') @endif @if(Module::has('Midtrains') && Module::find('Midtrains')->isEnabled()) @include('midtrains::admin.tab') @endif @if(Module::has('Paytab') && Module::find('Paytab')->isEnabled()) @include('paytab::admin.tab') @endif @if(Module::has('Wepay') && Module::find('Wepay')->isEnabled()) @include('wepay::admin.tab') @endif @if(Module::has('SquarePay') && Module::find('SquarePay')->isEnabled()) @include('squarepay::admin.tab') @endif @if(Module::has('Esewa') && Module::find('Esewa')->isEnabled()) @include('esewa::admin.tab') @endif @if(Module::has('Smanager') && Module::find('Smanager')->isEnabled()) @include('smanager::admin.tab') @endif @if(Module::has('Senangpay') && Module::find('Senangpay')->isEnabled()) @include('senangpay::admin.tab') @endif @if(Module::has('Onepay') && Module::find('onepay')->isEnabled()) @include('onepay::admin.tab') @endif
{{csrf_field()}}
@endsection @push('script') @endpush