---
title: Configuring payment methods
related:
  - https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/orders.md
  - https://docs.kentico.com/13/e-commerce-features/configuring-on-line-stores/configuring-shipping-options.md
  - https://docs.kentico.com/13/e-commerce-features/configuring-on-line-stores/configuring-payment-methods/reference-payment-methods.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

Configure payment methods of your on-line store to define how [customers](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/customers.md) can pay for purchased [products](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/products.md). Your customers can pay for the ordered products on order delivery in cash, or they can pay online using a payment systems. These systems include traditional card payments, payments through payment gateways, or more alternative approaches such as secure order forms, etc.

When placing an [order](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/orders.md) on the live site, or creating (editing) an order in the administration interface, the system allows you to specify a payment method for the order.

![Editing an order - configuring billing-related properties](https://docs.kentico.com/docsassets/13/configuring-payment-methods/configuring_order_billing_properties.png "Editing an order - configuring billing-related properties")

By default, you can configure the following payment methods:

- **Online payment** – developers can implement online payment methods on the side of the live site application, for example using external payment gateways, such as PayPal. See [Connecting to payment gateways](https://docs.kentico.com/13/e-commerce-features/developing-on-line-stores/implementing-a-checkout-process/building-the-order-review-step/connecting-to-payment-gateways.md).
- **Manual payment** – these methods do not include any form of automated payment. Customers are not able to finish the payment by themselves, you need to manually mark orders as paid. Manual payment methods are typically suitable for payment on delivery or personal collection of purchased products.

## Creating manual payment methods

Manual payment methods are basically only labels used as payment methods. You do not need to create any [payment page after the checkout process](https://docs.kentico.com/13/e-commerce-features/developing-on-line-stores/implementing-a-checkout-process.md). On the other hand, you need to mark orders paid with such methods as paid manually. This type of payment methods is typically suitable for payments which are proceeded personally between the deliverer (or the shop assistant) and the customer, i.e., payment on delivery or personal collection of purchased products.

To create a manual payment method:

1. Open the **Store configuration** application (if you want to specify the payment method for the current site) or the **Multistore configuration** application (if you want to specify the method [globally](https://docs.kentico.com/13/e-commerce-features/configuring-on-line-stores/choosing-site-or-global-e-commerce-configuration.md) for all your sites).
2. Switch to the **Payment methods** tab.
3. Click **New payment method**.
4. Specify the following properties:

   - **Display name**: _type a name of the payment method_
   - **Enabled**: Yes (selected)
   - Leave the **Payment gateway URL** and **Payment gateways provider class** fields blank, you can enter values to the other fields according to [Reference - Payment methods](https://docs.kentico.com/13/e-commerce-features/configuring-on-line-stores/configuring-payment-methods/reference-payment-methods.md).
5. Click **Save**.

The system now offers the manual payment method according to the set properties.
