---
title: Shopware Payment Management | Shopware Community Hub
description: >-
  This section covers the configuration and management of payment and shipping
  methods in Shopware, including integration with various payment providers and…
canonical_url: 'https://hub.shopware.com/learn/unit/shopware-payment-management'
---

# Shopware Payment Management

<LearningObjectives>

- Understand how to configure and manage **payment methods** within the Shopware platform.
- Learn about various **shipment options** and their integration processes.
- Discover how to handle **order fulfillment** through payment and shipping features.

</LearningObjectives>

# Introduction to payment and shipment integrations in Shopware

Payment and shipment integrations are vital components of ecommerce, ensuring that customers can easily pay for their purchases and receive their orders promptly. Shopware provides a range of options for managing payments and shipments, making it easier to cater to customer needs and improve the overall shopping experience. This guide will walk you through configuring payment and shipment integrations in your hands-on Shopware environment.

## Tryout: Configuring payment methods

1. **Navigate to the payment methods section:**

   - In the left sidebar of the admin panel, go to **Settings** > **Payment Methods**.
   ![settings](../CO-02-explore-shopware-features/assets/paymentMgmt-settings.png)

2. **Select PayPal payment type:**

   - On the PayPal checkout, activate the test mode.
   ![paypal](../CO-02-explore-shopware-features/assets/paymentMgmt-paymentConfig.png)

   - Choose the payment method you want to add (e.g., PayPal, Google Pay, Apple Pay) by activating it.
   ![paypal](../CO-02-explore-shopware-features/assets/paymentMgmt-payPal.png)

   - Edit details and add all the necessary information, such as the description, name, and any specific settings, such as a rule.
   - Save the details
   ![payment_details](../CO-02-explore-shopware-features/assets/paymentMgmt-paymentDetails.png)

3. **Add a new payment method:**

   You can also click and add any other payment method to suit your requirements by clicking on the **"Add Payment Method"** button.
   - Add payment method and fill in the details
   - Save it

### Hands-on exercise

**Task:** Add and configure a payment method, such as PayPal, and ensure it is activated for your shop.

<ShopdevInstance plugin="lp01" step="DoNotDisplay" />

## Tryout: Setting up shipping methods

1. **Navigate to the shipping methods section:**

   - In the admin panel, go to **Settings** > **Shipping Methods**.

2. **Add a new shipping method:**

   - Click on the **"Add Shipping Method"** button.
   ![shipping](../CO-02-explore-shopware-features/assets/shippingMgmt-shippingPreview.png)

3. **Enter shipping details:**

   - Fill in details such as the shipping method name (e.g., "Standard Shipping"), carrier (e.g., UPS), and any associated costs.
   ![shipping_details](../CO-02-explore-shopware-features/assets/shippingMgmt-shippingDetails.png)

4. **Configure shipping rules:**

   - Set up rules for different scenarios, such as free shipping for orders above a certain amount.
   - Define the rule with details, such as if the weight of the product is  > than 15 kg, then free delivery.
   - Add price matrix. Select a property, such as weight.
   The shipping charges for the weight defined can be defined here. Select the weight range and shipping charges for that.
   ![rule](../CO-02-explore-shopware-features/assets/shippingMgmt-shippingRule.png)

### Hands-on exercise

**Task:** Add and configure a shipping method, such as "Standard Shipping," including pricing and rules.

<ShopdevInstance plugin="lp01" step="DoNotDisplay" />

## Tryout: Testing payment and shipping integration

Testing payment and shipping integrations ensures that transactions are processed smoothly and customers receive orders without issues.

1. **Apply changes to shipping and payment:**

   - Go to the storefront.
   - Scroll down to "Payment and Shipping" method.
   - Choose the configured methods.
   ![configure_payments](../CO-02-explore-shopware-features/assets/shippingMgmt-allotMethods.png)

2. **Place an order:**

   - Go to the storefront and follow this procedure. You can now see all the newly configured shipping and payment methods.
   ![placeorder](../CO-02-explore-shopware-features/assets/shippingMgmt-placeOrders.png)

3. **Complete the order:**

   - Fill in the required details and complete the order.

4. **Verify order processing:**

   - Return to the admin panel and check the **Orders** section to ensure the test order is recorded correctly.
   ![order review](../CO-02-explore-shopware-features/assets/shippingMgmt-shippingReview.png)

### Hands-on exercise

**Task:** Place a test order using the configured payment and shipping methods and verify its processing in the admin panel.

<ShopdevInstance plugin="lp01" step="DoNotDisplay" />

## Tryout: Customer notifications

Keeping customers informed about their payment and shipping status enhances their shopping experience.

1. **Access email settings:**

   - Go to **Settings** > **Email Templates**.

2. **Configure email notifications:**

   - Customize email templates for payment confirmations and shipping notifications.

3. **Test notifications:**

   - Use the **Preview** feature to see how the notifications will appear to customers.

### Hands-on exercise

**Task:** Customize an email template for payment confirmations and send a test email.

<ShopdevInstance plugin="lp01" step="DoNotDisplay" />

## Conclusion

Understanding and configuring payment and shipment integrations in Shopware ensures smooth transactions and efficient order fulfillment. Following the hands-on steps in this guide will give you practical experience in setting up and managing payment and shipping methods. For more deep insights, refer to the [Payment course from User training](https://hub.shopware.com/learn/unit/user-process-payment) and also you can refer to our [official documentation](https://docs.shopware.com/en/shopware-6-en/settings/Paymentmethods?category=shopware-6-en/settings/shop).

In the next unit, we will explore **Shopware's CMS features** to create engaging content and improve customer interactions on your online shop.
