@extends('admin.layouts.master') @section('title', 'API Setting - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Api Setting') }} @endslot @slot('menu1') {{ __('Api Setting') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ csrf_field() }} {{ method_field('POST') }}

stripe_enable==1 ? 'checked' : '' }} />

paypal_enable==1 ? 'checked' : '' }} />
For Test use "sandbox" and for Live use "live"

instamojo_enable==1 ? 'checked' : '' }} />
For Test use https://test.instamojo.com/api/1.1/
For Live use https://www.instamojo.com/api/1.1/
For Test use https://test.instamojo.com/api/1.1/refunds/
For Live use https://instamojo.com/api/1.1/refunds/

razorpay_enable==1 ? 'checked' : '' }} />

paystack_enable==1 ? 'checked' : '' }} />
{{__('use')}} https://api.paystack.co
{{__('use')}} {{__('Paystack email')}}
{{__('use')}} {{__('this callback url in Paystack account')}}
paytm_enable==1 ? 'checked' : '' }} />
For Test use "local" and for Live use "production"

captcha_enable == 1 ? 'checked' : '' }} />
aws_enable == 1 ? 'checked' : '' }} />
eg: https://bucket-name.s3.Region.amazonaws.com/

enable_omise == 1 ? 'checked' : '' }} />
• Check API VERSION HERE
enable_payu == 1 ? 'checked' : '' }} />
{{__('Choose')}} "payubiz" or "payumoney" option
{{__(' For Test use')}} "test" {{__('and for Live use')}} "secure" {{__('method')}}
{{__('Enter Payu Merchant key.')}}
{{__('Enter Payu Merchant salt key.')}}
{{__(' Required if method is')}} {{__('Payumoney')}}

enable_moli == 1 ? 'checked' : '' }} />
{{__('Enter Moli Api Key')}}
{{__('Supported Moli Currency')}} : https://docs.mollie.com/payments/multicurrency
enable_cashfree == 1 ? 'checked' : '' }} />
{{__('Please enter Cashfree')}} {{__('APP ID<')}}
{{__('Please enter Cashfree')}} {{__('Secret Key')}}
• For Live use : https://api.cashfree.com | • For Test use : https://test.cashfree.com
enable_skrill == 1 ? 'checked' : '' }} />
For test use demoqco@sun-fish.com
{{__('For')}} {{__('test')}} {{__('use')}} {{__('skrill')}}
{{__('Enter your site logo url here.')}}
enable_rave == 1 ? 'checked' : '' }}/>
Public Key: Your Rave publicKey. Sign up on https://rave.flutterwave.com/ to get one from your settings page
{{__('Secret Key: Your Rave secretKey. Sign up on')}} https://rave.flutterwave.com/ {{__(' to get one from your settings page')}}
{{__('This is the secret hash for your webhook')}}
{{__('Environment:')}} {{__('This can either be')}} '{{__('staging')}}' {{__('or')}} {{__('live')}}
{{__('Prefix: This is added to the front of your')}} {{__('Transaction reference numbers')}}.
{{__('Enter rave country code')}} {{__('eg : IN')}}.
{{__('Logo: Enter the')}} {{__('URL')}} {{__('of your company/business logo.')}}
enable_payhere == 1 ? 'checked' : '' }}/>
For Test use "sandbox" and for Live use "live"
iyzico_enable == 1 ? 'checked' : '' }}/>
For Sandbox use https://sandbox-api.iyzipay.com
For Live use https://api.iyzipay.com

ssl_enable == 1 ? 'checked' : '' }}/>
For Sandbox use https://sandbox.sslcommerz.com
For Live use https://securepay.sslcommerz.com


(Enable it to when it's when sandbox mode is true.)


(Enable or disable sandbox by toggle it.)

youtube_enable == 1 ? 'checked' : '' }}/>
vimeo_enable == 1 ? 'checked' : '' }}/>
aamarpay_enable == 1 ? 'checked' : '' }}/>

braintree_enable==1 ? 'checked' : '' }}/>

payflexi_enable==1 ? 'checked' : '' }}/>
Public Key: Your PayFlexi publicKey. Sign up on https://merchant.payflexi.co/to get one from your settings page
{{__('Secret Key: Your PayFlexi secretKey. Sign up on')}} https://merchant.payflexi.co/to get one from your settings page
{{__('Mode:This can either be')}} {{__('stripe')}} {{__('or')}} {{__('paystack')}}. {{__('We are adding more gateways soon')}}
{{__('Mode:This can either be ')}}{{__('test')}} {{__('or')}} {{__('live')}}. {{__('Add your keys based on the mode')}}
{{__('use')}} {{__('this webhook url in PayFlexi Merchant settings page')}}
{{__('use')}} {{__('this callback url in PayFlexi Merchant settings page')}}
@if(Module::has('Esewa') && Module::find('Esewa')->isEnabled()) @include('esewa::admin.api_settings') @endif @if(Module::has('Smanager') && Module::find('Smanager')->isEnabled()) @include('smanager::admin.api_settings') @endif @if(Module::has('Paytab') && Module::find('Paytab')->isEnabled()) @include('paytab::admin.api_settings') @endif @if(Module::has('DPOPayment') && Module::find('DPOPayment')->isEnabled()) @include('dpopayment::admin.api_settings') @endif @if(Module::has('AuthorizeNet') && Module::find('AuthorizeNet')->isEnabled()) @include('authorizenet::admin.api_settings') @endif @if(Module::has('Bkash') && Module::find('Bkash')->isEnabled()) @include('bkash::admin.api_settings') @endif @if(Module::has('Midtrains') && Module::find('Midtrains')->isEnabled()) @include('midtrains::admin.api_settings') @endif @if(Module::has('SquarePay') && Module::find('SquarePay')->isEnabled()) @include('squarepay::admin.api_settings') @endif @if(Module::has('Worldpay') && Module::find('Worldpay')->isEnabled()) @include('worldpay::admin.api_settings') @endif @if(Module::has('Onepay') && Module::find('Onepay')->isEnabled()) @include('onepay::admin.api_settings') @endif
@endsection @section('script') @endsection