https://github.com/fraudlabspro/fraudlabspro-java
A Java module enables user to easily implement fraud detection feature into their solution using the API from
https://github.com/fraudlabspro/fraudlabspro-java
fraud-checker fraud-detection fraud-prevention fraud-protection fraudlabspro java java-components java-module
Last synced: 20 days ago
JSON representation
A Java module enables user to easily implement fraud detection feature into their solution using the API from
- Host: GitHub
- URL: https://github.com/fraudlabspro/fraudlabspro-java
- Owner: fraudlabspro
- License: mit
- Created: 2018-07-10T08:25:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-28T23:41:05.000Z (3 months ago)
- Last Synced: 2025-12-31T17:29:49.768Z (3 months ago)
- Topics: fraud-checker, fraud-detection, fraud-prevention, fraud-protection, fraudlabspro, java, java-components, java-module
- Language: Java
- Homepage: https://www.fraudlabspro.com
- Size: 56.6 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FraudLabs Pro Java SDK
========================
This Java 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 Java 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-java.readthedocs.io/en/latest/index.html.](https://fraudlabspro-java.readthedocs.io/en/latest/index.html)
# Reference
#### Payment Method
| Payment Method |
| ------------------------------------ |
| [objectOfOrder].CREDIT_CARD |
| [objectOfOrder].PAYPAL |
| [objectOfOrder].CASH_ON_DELIVERY |
| [objectOfOrder].BANK_DEPOSIT |
| [objectOfOrder].GIFT_CARD |
| [objectOfOrder].CRYPTO |
| [objectOfOrder].WIRE_TRANSFER |
| [objectOfOrder].OTHERS |
#### Feedback Status
| Feedback Status | Description |
| ------------------------------------ | ------------------------------------------- |
| [objectOfOrder].APPROVE | Approves an order that under review status. |
| [objectOfOrder].REJECT | Rejects an order than under review status. |
| [objectOfOrder].REJECT_BLACKLIST | Rejects and blacklists an order. |
LICENCE
=====================
See the LICENSE file.