https://github.com/fraudlabspro/fraudlabspro-php
FraudLabs Pro PHP SDK to screen the order transaction for payment fraud.
https://github.com/fraudlabspro/fraudlabspro-php
fraud-detection fraud-prevention fraud-protection fraudlabspro payment-fraud php php-sdk
Last synced: 6 months ago
JSON representation
FraudLabs Pro PHP SDK to screen the order transaction for payment fraud.
- Host: GitHub
- URL: https://github.com/fraudlabspro/fraudlabspro-php
- Owner: fraudlabspro
- License: mit
- Created: 2017-05-09T03:15:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T00:39:40.000Z (over 1 year ago)
- Last Synced: 2025-08-25T04:05:09.543Z (7 months ago)
- Topics: fraud-detection, fraud-prevention, fraud-protection, fraudlabspro, payment-fraud, php, php-sdk
- Language: PHP
- Homepage: https://www.fraudlabspro.com
- Size: 108 KB
- Stars: 18
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FraudLabs Pro PHP SDK
========================
This PHP module enables user to easily implement fraud detection feature into their solution using the API from https://www.fraudlabspro.com.
Below are the features of this PHP module:
- Fraud analysis and scoring
- IP address geolocation & proxy validation
- Email address validation
- Credit card issuing bank validation
- Transaction velocity validation
- Device transaction validation
- Blacklist validation
- Custom rules trigger
- Email notification of fraud orders
- Mobile app notification of fraud orders
This module requires API key to function. You may subscribe a free API key at https://www.fraudlabspro.com
# Developer Documentation
To learn more about installation, usage, and code examples, please visit the developer documentation at [https://fraudlabspro-php.readthedocs.io/en/latest/index.html.](https://fraudlabspro-php.readthedocs.io/en/latest/index.html)
# Reference
#### Feedback Status
| Feedback Status | Description |
| ------------------------------------ | ------------------------------------------- |
| FraudLabsPro\FraudValidation::APPROVE | Approves an order that under review status. |
| FraudLabsPro\FraudValidation::REJECT | Rejects an order than under review status. |
| FraudLabsPro\FraudValidation::REJECT_BLACKLIST | Rejects and blacklists an order. |
LICENCE
=====================
See the LICENSE file.