> For the complete documentation index, see [llms.txt](https://valify.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://valify.gitbook.io/documentation/apis/sanction-check.md).

# Valify Sanction Shield

***

***

The Sanction Screening Product is a powerful tool that enables organizations to effectively identify sanctioned parties, combat money laundering, and comply with regulatory requirements. The solution is designed to address the challenges faced by our clients by streamlining the compliance process, thus minimizing manual effort and mitigating the risk of errors. This ensures a robust and efficient compliance mechanism for our clients. Moreover obtaining licensing from the Financial Regulatory Authority (FRA), further solidifying our commitment to providing robust sanction screening solutions.

<mark style="color:blue;">**Features & Benefits**</mark>

Comprehensive Data Coverage

* Up-to-date information sourced from a wide range of international and local sanction lists.
* Ensures thorough screening against diverse databases, reducing the risk of overlooking sanctioned individuals or entities.
* Real-time updates eliminate the need for manual intervention, reducing human error and ensuring continuous compliance.

<mark style="color:blue;">**Advanced Search Capabilities**</mark>

* Multi-language support (English and Arabic) for flexible screening options.
* Allows users to screen entities and individuals using their preferred language, improving user experience and accuracy.
* Cut-off score functionality: Enables users to set a threshold score for matches, allowing for customization based on risk tolerance and compliance requirements.
* Enhanced Targeted Screening: Adds an extra layer of filtering to handle partial match cases more effectively, reducing false positives and improving overall screening efficiency.

Easy Integration Options We offer multiple integration options to cater to different compliance workflows:

* **Synchronous API Integration:** Offers immediate feedback and decision-making during transactions.
* **Asynchronous API Integration:** Enables integration with existing systems, allowing for automated and real-time screening processes.
* **Valify Portal Integration:** Provides a user-friendly interface to access custom sanction lists, catering to varying user preferences and needs.

<mark style="color:blue;">**Potential Errors:**</mark>

| **Action**                                        | **Error Message**                                           | **Code** |
| ------------------------------------------------- | ----------------------------------------------------------- | -------- |
| Not subscribed to list or wrong list name         | Invalid Sanction list.                                      | 5048     |
| Using Multiple names or document numbers together | Multiple names or document numbers detected in the request. | 400      |

For more information, please contact our sales team at <info@valify.me>.


---

# 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://valify.gitbook.io/documentation/apis/sanction-check.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.
