# Reconciliation

Reconciliation is an important topic for every merchant, especially in terms of accounting. However, it is not always clear, where this data comes from. This chapter aims to clarify some things about this topic.

First and foremost, you need to understand the general structure:

<figure><img src="/files/zicSXfcoSsxLcnyHvyBD" alt=""><figcaption></figcaption></figure>

As you can see, Saferpay is not directly involved with your reconciliation. The reconciliation itself is handled by your processor. As a PSP (Payment Service Processor) Saferpay consolidates your processors into one API and forwards the necessary data for reconciliation towards the respective processor.

A processor can be multiple things. For example, Worldline also is a processor -Often also called "Acquirer"- for credit cards. Saferpay may be a part of Worldline, but it is not your processor. You will get your reconciliation from Worldline, but not directly from Saferpay, which is important to distinguish.

However Saferpay also connects towards other -3rd party- processors, for example [PayPal](/home/integration-guide/payment-methods/paypal.md). In these cases, you would get your reconciliation-data from that specific processor.

## The importance of the OrderId

The **`Payment.OrderId`** -also known as reference number- plays a vital role within your reconciliation. This value is set/defined by your system and then routed by Saferpay to the respective processor.

The Id will then show up inside your reconciliation-files, so each transaction can then be easily connected to an order.

Thusly, while optional, we highly recommend its usage.

{% hint style="warning" %}
While it is not blocked, we also recommend making your OrderId unique, for obvious reasons.
{% endhint %}

## Who to contact?

So who should you contact, if you have questions about your reconciliation? When in doubt, you should contact your Account Manager. This is usually the person, you have signed your current contracts with.

If you are unsure about who is your SPOC in this case, you should directly contact the sales-team of the respective processor.&#x20;

{% hint style="info" %}
For Worldline, you can [find the general contact over here](/home/integration-guide/support.md#worldline-sales-team).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.saferpay.com/home/master/reconciliation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
