@extends('admin.layouts.master') @section('title', 'API Setting - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.APISetting') }}

{{ 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/


  • 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' : '' }} >


  • 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
    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"

    @endsection @section('script') @endsection