# Fraud prevention

Solidgate API for <a href="https://docs.solidgate.com/risks/fraud/" target="_blank">fraud prevention</a> enables merchants to set up and manage fraud prevention lists, helping to block fraudulent activities while ensuring secure transactions.
By configuring fraud prevention lists, merchants can define specific conditions to allow or reject transactions, enhancing the security and reliability of their payment operations.

 - [POST /fraud-prevention-list-items/create](https://api-docs.solidgate.com/api/fraud-prevention/fraud-prevention-list-items-create.md): This method allows you to add new items to fraud prevention list linked to the merchant's account.
 - [POST /fraud-prevention-list-items/list](https://api-docs.solidgate.com/api/fraud-prevention/fraud-prevention-list-items-list.md): This method retrieves existing fraud prevention list items linked to the merchant's account.
 - [DELETE /fraud-prevention-list-items/{id}](https://api-docs.solidgate.com/api/fraud-prevention/fraud-prevention-list-items-delete.md): This method allows you to delete an existing fraud prevention list item linked to the merchant's account.
