> For the complete documentation index, see [llms.txt](https://docs.xyb.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyb.co/xyb-payments/getting-started-with-payments/xyb-payments-overview/understanding-the-xyb-payment-ecosystem.md).

# Understanding the XYB Payment Ecosystem

The XYB Payment Ecosystem powers modern, real-time, and multi-channel payments, from initiation to clearing and settlement, through a modular, scalable architecture. This guide gives you a high-level overview of how payments are created, processed, orchestrated, and stored using XYB’s services.

<figure><img src="https://2629557980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft2bhF7867UQZjmdpxWXV%2Fuploads%2FMnWxHpfL8pFhY11V9fAP%2Fimage.png?alt=media&amp;token=30a339b3-46c7-4512-9e53-6828f0d32bde" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2629557980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft2bhF7867UQZjmdpxWXV%2Fuploads%2FRgJE79C6X4YcGOzmVOlp%2Fimage.png?alt=media&amp;token=0924690e-4c21-49b7-b4a0-508e84d99479" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2629557980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft2bhF7867UQZjmdpxWXV%2Fuploads%2F3P7TlLRonUDUVfdwOJwY%2Fimage.png?alt=media&amp;token=69e261e9-e98c-4b76-bb84-bcdb459f122e" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2629557980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft2bhF7867UQZjmdpxWXV%2Fuploads%2FtEGc7qXic6lM9Zh6m5w2%2Fimage.png?alt=media&amp;token=af6e142f-0da9-4bc6-8960-ac0ce683a02c" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2629557980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft2bhF7867UQZjmdpxWXV%2Fuploads%2F8Rpa0C6CarQFcp1vbgKG%2Fimage.png?alt=media&amp;token=72a82d08-6a6c-41f1-88fc-2a87b5c407b4" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2629557980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft2bhF7867UQZjmdpxWXV%2Fuploads%2FVWUJO4fI3r5qqDHmePZ3%2Fimage.png?alt=media&amp;token=933db689-8873-411c-9b87-e75eda91c477" alt=""><figcaption></figcaption></figure>

### Who Uses What?

| Audience                   | Touchpoints                                        |
| -------------------------- | -------------------------------------------------- |
| **Client developers**      | Payment API, adapter contracts, snapshot consumers |
| **Treasury/support teams** | Payment operations UI (e.g. rollback, cancel)      |
| **Compliance & Risk**      | Risk engine integrations, audit trails             |
| **Partners**               | Adapters and contracts                             |

***


---

# 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.xyb.co/xyb-payments/getting-started-with-payments/xyb-payments-overview/understanding-the-xyb-payment-ecosystem.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.
