# FraudLabs Pro Fraud Detection **Provider:** FraudLabs Pro Fraud Detection **Category:** payments **Base URL:** `https://api.fraudlabspro.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.fraudlabspro.com ## Description Online payment fraud detection service. It helps merchants to minimize chargebacks and therefore maximize the revenue. It can be used to detect fraud for various kinds of payment method, such as credit card, paypal, cod and so on. Please visit https://www.fraudlabspro.com to learn more. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.fraudlabspro.com/v1/order/feedback` | Feedback the status of an order transaction. | | POST | `https://api.fraudlabspro.com/v1/order/screen` | Screen order for payment fraud. | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.fraudlabspro.com/v1/order/feedback' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/fraudlabs-pro-fraud-detection/) — CC BY 4.0*