# Inform Alerts

## POST /txalerts/informalerts

> Returns inform alerts only (FRAUD\_NOTICE, DISPUTE\_NOTICE).<br>

```json
{"openapi":"3.0.1","info":{"title":"TxShield api V3.0","version":"3.0"},"tags":[{"name":"Alerts","description":"Call related to alerts in txshield core."}],"servers":[{"url":"<?=PROTOCOL?>://<?=SITE_DOMAIN?>/api/v3"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"InformAlertRequest":{"type":"object","properties":{"field":{"type":"string","description":"one of the value from [alert_id, descriptor, card_number, transaction_amount, alert_type]"},"keyword":{"type":"string","description":"value of the field"},"mid":{"type":"array","items":{"type":"integer"}},"rid":{"type":"array","items":{"type":"integer"}},"sid":{"type":"array","items":{"type":"integer"}},"reseller":{"type":"array","items":{"type":"integer"}},"date_from":{"type":"string","description":"format YYYY-MM-DD"},"date_to":{"type":"string","description":"format YYYY-MM-DD"},"order":{"type":"string","description":"one of the value from [ASC, DESC]"},"size":{"type":"integer"},"page":{"type":"integer"}}},"InformAlertList":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"alertdate":{"type":"string","description":"Timestamp when alert was received in system"},"descriptor":{"type":"string"},"transaction_date":{"type":"string"},"transaction_currency":{"type":"string"},"transaction_amount":{"type":"string"},"cardnumber":{"type":"string"},"providername":{"type":"string"},"provider_caseid":{"type":"string"},"arn":{"type":"string"},"authcode":{"type":"string"},"alert_type":{"type":"string"},"partnerid":{"type":"string"},"retailername":{"type":"string"},"sitename":{"type":"string"},"issuername":{"type":"string"},"source":{"type":"string"},"chargeback_proceeded":{"type":"string"},"is_duplicate":{"type":"string"},"duplicate_alertid":{"type":"integer","nullable":true},"matched_descriptor":{"type":"string"},"merchantname":{"type":"string"}}}},"totalResult":{"type":"integer"}}},"Error":{"type":"object","properties":{"msg":{"type":"string"},"details":{"type":"string"}}}}},"paths":{"/txalerts/informalerts":{"post":{"tags":["Alerts"],"description":"Returns inform alerts only (FRAUD_NOTICE, DISPUTE_NOTICE).\n","requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/InformAlertRequest"}},"application/json":{"schema":{"$ref":"#/components/schemas/InformAlertRequest"}}}},"responses":{"200":{"description":"Successfully returned inform alert list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InformAlertList"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}}}}
```


---

# 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://docs.payshield.ai/txalerts-dispute-alerts/api-endpoints/inform-alerts.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.
