> For the complete documentation index, see [llms.txt](https://docs.payshield.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints.md).

# API Endpoints

- [Alert Status Update](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/alert-status-update.md): Notify TxAlert of actions taken and status updates on the alert by a merchant.
- [Test Alert Endpoint](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/test-alert-endpoint.md)
- [Create Descriptor Enrollment](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/create-descriptor-enrollment.md): API to create descriptor enrollment request
- [Descriptor Enrollment Status](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/descriptor-enrollment-status.md): API to get  descriptor enrollment request status with enrollment request id
- [Descriptor Enrollment List](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/descriptor-enrollment-list.md): This endpoint will return the descriptor that are requested for enrollment and their status
- [Inform Alerts](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/inform-alerts.md): This endpoint will return the inform alerts
- [Merchant Enrollment](https://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/merchant-enrollment.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.payshield.ai/txalerts-dispute-alerts/api-endpoints.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.
