@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'eCommerce Settings Payments - Apps') @section('page-style') @vite('resources/assets/vendor/scss/pages/app-ecommerce.scss') @endsection @section('page-script') @vite('resources/assets/js/app-ecommerce-settings.js') @endsection @section('content')
Payment providers

Providers that enable you to accept payment methods at a rate set by the third-party. An additional fee will apply to new orders once you select a plan

Supported payment methods

Payment methods that are available with one of Vuexy's approved payment providers.

Default

Provider

Paypal

Status

Inactive

Transaction Fee

2.99%

Manual payment methods

Payments that are made outside your online store. When a customer selects a manual payment method such as cash on delivery. You'll need to approve their order before it can be fulfilled.

Save Changes
@include('_partials/_modals/modal-select-payment-providers') @include('_partials/_modals/modal-select-payment-methods') @endsection