> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/shopware/shopware6_en_us/configuration/map-payment-methods.md).

# Map Payment Methods

To ensure that orders are imported with the correct **payment method** (for example invoice, PayPal, credit card, prepayment), map the Shopware payment methods to the corresponding BC values.

**Setup**

{% stepper %}
{% step %}
**Load initial data**

Use [Load Shopware Initial Data](/shopware/shopware6_en_us/configuration/load-shopware-initial-data.md) to load the payment methods available in the shop.
{% endstep %}

{% step %}
**Create the mapping**

Link each Shopware payment method to the matching BC value (for example Payment Method/Payment Terms). This ensures that the payment information is set correctly during the order import.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
An unmapped payment method can cause orders not to be processed correctly. Check the mapping before the first order import.
{% endhint %}

**Related topics**

* [Map Shipping Methods](/shopware/shopware6_en_us/configuration/map-shipping-methods.md)
* [Load Shopware Initial Data](/shopware/shopware6_en_us/configuration/load-shopware-initial-data.md)
* [Shopware Mapping Hub](/shopware/shopware6_en_us/configuration/shopware-mapping-hub.md)

### Frequently Asked Questions

#### What happens if a payment method is not mapped during the order import?

An unmapped payment method can cause the order not to be processed correctly. Therefore, before the first order import, make sure that every payment method active in Shopware is mapped to a suitable Business Central value.

#### Where do I load the available payment methods from Shopware?

Use "Load Shopware Initial Data" to load the payment methods available in the shop into the mapping table. You then link them in the Mapping Hub to the corresponding payment methods or payment terms in Business Central.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/shopware/shopware6_en_us/configuration/map-payment-methods.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
