@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 usebiz
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
{{csrf_field()}}
@endsection @push('script') @endpush