{% extends layout_path %} {% load static %} {% load i18n %} {% block title %}Settings Store Payments - eCommerce{% endblock %} {% block page_js %} {{ block.super }} {% endblock page_js %} {% block content %}

{% translate "eCommerce" %} / {% translate "Settings" %}

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
{% include "partials/_modals/modal_select_payment_providers.html" %} {% include "partials/_modals/modal_select_payment_methods.html" %} {% endblock %}