# Reconciliation Service

- [Virtual POS](https://developer.paywall.one/payment-orchestration-integration-document/reconciliation-service/virtual-pos.md): Virtual POS reconciliation operations are performed in this section.
- [1. Perform Reconciliation](https://developer.paywall.one/payment-orchestration-integration-document/reconciliation-service/virtual-pos/1.-perform-reconciliation.md): The Perform Reconciliation service retrieves daily figures from your system and returns whether the reconciliation was successful as a response.
- [2. Get Reconciliation](https://developer.paywall.one/payment-orchestration-integration-document/reconciliation-service/virtual-pos/2.-get-reconciliation.md): You can authorize Paywall with your own access credentials via the PayOut providers supported by Paywall and perform your balance check operations.
- [3. End-of-Day Data](https://developer.paywall.one/payment-orchestration-integration-document/reconciliation-service/virtual-pos/3.-end-of-day-data.md): You can authorize Paywall with your own access credentials via the PayOut providers supported by Paywall and perform your balance check operations.
- [4. Reconciliation List](https://developer.paywall.one/payment-orchestration-integration-document/reconciliation-service/virtual-pos/4.-reconciliation-list.md): You can authorize Paywall with your own access credentials via the PayOut providers supported by Paywall and perform your balance check operations.


---

# 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://developer.paywall.one/payment-orchestration-integration-document/reconciliation-service.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.
