> 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/payment-setup.md).

# Payment Setup&#x20;

- [Add and Manage Beneficiary Accounts](https://docs.xyb.co/xyb-payments/payment-setup/add-and-manage-beneficiary-accounts.md)
- [Build a Customer Facing Fund Transfer Flow](https://docs.xyb.co/xyb-payments/payment-setup/build-a-customer-facing-fund-transfer-flow.md)
- [Understanding PaymentRequest Schema](https://docs.xyb.co/xyb-payments/payment-setup/build-a-customer-facing-fund-transfer-flow/understanding-paymentrequest-schema.md)
- [Common Validation Errors & How to Fix Them](https://docs.xyb.co/xyb-payments/payment-setup/build-a-customer-facing-fund-transfer-flow/common-validation-errors-and-how-to-fix-them.md)
- [Configure Third-Party Adapter](https://docs.xyb.co/xyb-payments/payment-setup/configure-third-party-adapter.md)
- [Using Payment History & Event Tracking](https://docs.xyb.co/xyb-payments/payment-setup/using-payment-history-and-event-tracking.md)
- [Understanding Snapshots & Deltas](https://docs.xyb.co/xyb-payments/payment-setup/using-payment-history-and-event-tracking/understanding-snapshots-and-deltas.md)
- [Payment History APIs (Querying Transactions)](https://docs.xyb.co/xyb-payments/payment-setup/using-payment-history-and-event-tracking/payment-history-apis-querying-transactions.md)
- [Real-Time Events (Kafka Topics & Webhooks)](https://docs.xyb.co/xyb-payments/payment-setup/using-payment-history-and-event-tracking/real-time-events-kafka-topics-and-webhooks.md)
- [Building Customer-Facing UIs With Events](https://docs.xyb.co/xyb-payments/payment-setup/using-payment-history-and-event-tracking/building-customer-facing-uis-with-events.md)
- [Payment Workflows](https://docs.xyb.co/xyb-payments/payment-setup/payment-workflows.md)
- [Standard Payment Flow - Tutorial](https://docs.xyb.co/xyb-payments/payment-setup/payment-workflows/standard-payment-flow-tutorial.md)


---

# 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/payment-setup.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.
