@extends('admin.layouts.master') @section('title', 'API Setting - Admin') @section('body') @include('admin.message') {{ __('adminstaticword.APISetting') }} {{ csrf_field() }} {{ method_field('POST') }} {{ __('adminstaticword.STRIPEPAYMENT') }} stripe_enable==1 ? 'checked' : '' }}/> {{ __('adminstaticword.StripeKey') }}* {{ __('adminstaticword.StripeSecretKey') }}* {{ __('adminstaticword.PAYPALPAYMENT') }} paypal_enable==1 ? 'checked' : '' }}/> {{ __('adminstaticword.PaypalClientID') }}* {{ __('adminstaticword.PaypalSecretID') }}* {{ __('adminstaticword.PaypalMode') }}* For Test use "sandbox" and for Live use "live" {{ __('adminstaticword.INSTAMOJOPAYMENT') }} instamojo_enable==1 ? 'checked' : '' }} /> {{ __('adminstaticword.InstaMojoApiKey') }}* {{ __('adminstaticword.InstaMojoAuthToken') }} * {{ __('adminstaticword.InstaMojoURL') }}* For Test use https://test.instamojo.com/api/1.1/ For Live use https://www.instamojo.com/api/1.1/ {{ __('adminstaticword.RAZORPAYPAYMENT') }} razorpay_enable==1 ? 'checked' : '' }}/> {{ __('adminstaticword.RazorpayKey') }}* {{ __('adminstaticword.RazorpaySecretKey') }}* {{ __('adminstaticword.PAYSTACKPAYMENT') }} paystack_enable==1 ? 'checked' : '' }}/> {{ __('adminstaticword.PayStackPublicKey') }}* {{ __('adminstaticword.PayStackSecretKey') }}* {{ __('adminstaticword.PayStackPaymentUrl') }}* use https://api.paystack.co {{ __('adminstaticword.PayStackMerchantEmail') }}* use Paystack email {{ __('adminstaticword.PaystackCallbackURL') }}* use this callback url in Paystack account {{ __('adminstaticword.PAYTMPAYMENT') }} paytm_enable==1 ? 'checked' : '' }}/> {{ __('adminstaticword.PaytmEnviroment') }}* For Test use "local" and for Live use "production" {{ __('adminstaticword.PaytmMerchantID') }}* {{ __('adminstaticword.PaytmMerchantKey') }}* {{ __('adminstaticword.PaytmMerchantWebsite') }}* {{ __('adminstaticword.PaytmChannel') }}* {{ __('adminstaticword.PaytmIndustryType') }}* {{ __('adminstaticword.ReCaptcha') }} captcha_enable == 1 ? 'checked' : '' }} > {{ __('adminstaticword.CaptchaSiteKey') }}* {{ __('adminstaticword.CaptchaSecretKey') }}* {{ __('adminstaticword.AWSSettings') }} aws_enable == 1 ? 'checked' : '' }} > {{ __('adminstaticword.AWSAccessKeyID') }}* {{ __('adminstaticword.AWSSecretAccessKey') }}* {{ __('adminstaticword.AWSDefaultRegion') }}* {{ __('adminstaticword.AWSBucketName') }}* {{ __('adminstaticword.AWSURL') }}* {{ __('Omise Payment Setting') }} enable_omise == 1 ? 'checked' : '' }} /> {{ __('OMISE PUBLIC KEY') }}* {{ __('Omise Secret Key') }}* {{ __('Omise Secret Key') }}* • Check API VERSION HERE {{ __('PayUBiz/Money Payment Setting') }} enable_payu == 1 ? 'checked' : '' }} /> {{ __('PAYU DEFAULT') }}* Choose "payubiz" or "payumoney" option {{ __('PAYU METHOD') }}* For Test use "test" and for Live use "secure" method {{ __('PAYU MERCHANT KEY') }}* Enter Payu Merchant key. {{ __('PAYU MERCHANT SALT') }}* Enter Payu Merchant salt key. {{ __('PAYU AUTH HEADER') }} Required if method is Payumoney {{ __('PayU Money Account ?') }}* {{ __('Moli Payment Setting') }} enable_moli == 1 ? 'checked' : '' }} /> {{ __('MOLI API KEY') }}* Enter Moli Api Key Supported Moli Currency : https://docs.mollie.com/payments/multicurrency {{ __('Cashfree Payment Setting') }} enable_cashfree == 1 ? 'checked' : '' }} /> {{ __('CASHFREE APP ID') }}* Please enter Cashfree APP ID {{ __('CASHFREE SECRET KEY') }}* Please enter Cashfree Secret Key {{ __('CASHFREE END POINT') }}* • For Live use : https://api.cashfree.com | • For Test use : https://test.cashfree.com {{ __('Skrill Payment Setting') }} enable_skrill == 1 ? 'checked' : '' }} /> {{ __('SKRILL MERCHANT EMAIL') }}* For test use demoqco@sun-fish.com {{ __('SKRILL API PASSWORD') }}* For test use skrill {{ __('SKRILL APP LOGO URL') }} Enter your site logo url here. {{ __('FlutterRave Payment Setting') }} enable_rave == 1 ? 'checked' : '' }} /> {{ __('RAVE PUBLIC KEY') }}* Public Key: Your Rave publicKey. Sign up on https://rave.flutterwave.com/ to get one from your settings page {{ __('RAVE SECRET KEY') }}* Secret Key: Your Rave secretKey. Sign up on https://rave.flutterwave.com/ to get one from your settings page {{ __('RAVE ENVIRONMENT') }}* Environment: This can either be 'staging' or 'live' {{ __('RAVE Transcation Prefix') }}* Prefix: This is added to the front of your Transaction reference numbers. {{ __('RAVE country code') }}* Enter rave country code eg : IN. {{ __('RAVE Buisness APP Logo') }}* Logo: Enter the URL of your company/business logo. {{ __('Payhere Payment Setting') }} enable_payhere == 1 ? 'checked' : '' }} /> {{ __('PAYHERE MERCHANT ID') }}* {{ __('PAYHERE BUISNESS APP CODE') }}* {{ __('PAYHERE APP SECRET') }} {{ __('PAYHERE MODE') }} For Test use "sandbox" and for Live use "live" @endsection @section('script') @endsection