FraudLabs Pro service screens credit card transactions for online frauds. It increases e-commerce merchant profits by reduces chargeback, improves operation efficiency and provides business intelligence. Merchants can investigate all complex, high-risk orders in a simple way by using merchant administrative interface.
$ dotnet add package FraudLabsProThis VB.NET 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 VB.NET module:
This module requires API key to function. You may subscribe a free API key at https://www.fraudlabspro.com
To learn more about installation, usage, and code examples, please visit the developer documentation at https://fraudlabspro-dotnet.readthedocs.io/en/latest/index.html.
| Payment Method |
|---|
| Order.PaymentMethods.CREDIT_CARD |
| Order.PaymentMethods.PAYPAL |
| Order.PaymentMethods.CASH_ON_DELIVERY |
| Order.PaymentMethods.BANK_DEPOSIT |
| Order.PaymentMethods.GIFT_CARD |
| Order.PaymentMethods.CRYPTO |
| Order.PaymentMethods.WIRE_TRANSFER |
| Order.PaymentMethods.OTHERS |
| Feedback Status | Description |
|---|---|
| Order.Action.APPROVE | Approves an order that under review status. |
| Order.Action.REJECT | Rejects an order than under review status. |
| Order.Action.REJECT_BLACKLIST | Rejects and blacklists an order. |
See the LICENSE file.