@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
@endsection @section('script') @endsection