This Go 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 Go module:
- Fraud analysis and scoring
- Credit card issuing bank validation
- SMS verification and validation
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-go.readthedocs.io/en/latest/index.html.
| Payment Method |
|---|
| fraudlabspro.PaymentMethodCreditCard |
| fraudlabspro.PaymentMethodPayPal |
| fraudlabspro.PaymentMethodCashOnDelivery |
| fraudlabspro.PaymentMethodBankDeposit |
| fraudlabspro.PaymentMethodGiftCard |
| fraudlabspro.PaymentMethodCrypto |
| fraudlabspro.PaymentMethodWireTransfer |
| fraudlabspro.PaymentMethodOthers |
See the LICENSE file.