# Fraud Service

- [Blacklist](https://developer.paywall.one/payment-orchestration-integration-document/fraud-service/blacklist.md): You can manage the blacklist within the fraud process through these services.
- [1. Check](https://developer.paywall.one/payment-orchestration-integration-document/fraud-service/blacklist/1.-check.md): This service allows you to check whether a piece of information is on the blacklist. With this service, you can control your internal processes such as before payment initiation or before user registr
- [2. Add](https://developer.paywall.one/payment-orchestration-integration-document/fraud-service/blacklist/2.-add.md): Used to add information to the blacklist.
- [3. Update](https://developer.paywall.one/payment-orchestration-integration-document/fraud-service/blacklist/3.-update.md): Used to update information in the blacklist.
- [4. Delete](https://developer.paywall.one/payment-orchestration-integration-document/fraud-service/blacklist/4.-delete.md): Bir bilginin kara listede silinmesi için kullanılmalıdır


---

# 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://developer.paywall.one/payment-orchestration-integration-document/fraud-service.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.
