# Rex Digital Shop

## Rex Digital Shop

- [Introduction](https://docs-shop.rexdigital.group/master.md): Welcome to our documentation page.
- [Payment Button](https://docs-shop.rexdigital.group/getting-started/payment-button.md)
- [Payment Request](https://docs-shop.rexdigital.group/getting-started/payment-request.md)
- [Webhooks](https://docs-shop.rexdigital.group/getting-started/webhooks.md): Once your user has used the payment button and paid, it's time listening for webhooks.
- [Payment Dispute Canceled](https://docs-shop.rexdigital.group/getting-started/webhooks/payment-dispute-canceled.md): The payment dispute has been canceled for the order.
- [Payment Completed](https://docs-shop.rexdigital.group/getting-started/webhooks/payment-completed.md): The order has been fully paid for.
- [Payment Disputed](https://docs-shop.rexdigital.group/getting-started/webhooks/payment-disputed.md): A payment dispute was opened for the order.
- [Payment Reversed](https://docs-shop.rexdigital.group/getting-started/webhooks/payment-reversed.md): A disputed payment was reversed for the order. (an involuntary reversal of funds from you as the merchant)
- [Payment Refunded](https://docs-shop.rexdigital.group/getting-started/webhooks/payment-refunded.md): A refund has been initiated for an order. (a voluntary reversal of funds from you as the merchant)
- [Store](https://docs-shop.rexdigital.group/api/store-1.md): Interact with your store.
- [Products](https://docs-shop.rexdigital.group/api/products.md): Interact with products in your store.
- [Billing Address](https://docs-shop.rexdigital.group/entities/billing-address.md)
- [Shipping Address](https://docs-shop.rexdigital.group/entities/shipping-address.md)
- [Payment Methods](https://docs-shop.rexdigital.group/entities/payment-methods.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs-shop.rexdigital.group/master.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.
