FraudLabs Pro ChatGPT
ChatGPT is an artificial intelligence chatbot developed by OpenAI that uses advanced machine learning to engage in text-based conversations and generate remarkably human-like responses. It acts as a versatile digital assistant, capable of answering complex questions, drafting essays, and debugging code based on the prompts you give it.
Integrating FraudLabs Pro with ChatGPT helps users screen orders and users, retrieve fraud results, and submit approval or rejection feedback directly through natural conversation. It reduces manual API testing effort, speeds up fraud review workflows, and makes FraudLabs Pro easier to use for support, operations, and risk teams.
How to use FraudLabs Pro ChatGPT Bot
- Log in to your ChatGPT account, then go to the Explore GPTs marketplace. Search for FraudLabs Pro and click on it.
- Click on Start Chat. For quick access, you can also visit the FraudLabs Pro ChatGPT bot as the quickstart.
- For a quick start, click on the Screen an order for fraud box to start validate your order. You will be prompted to enter your FraudLabs Pro API key. If you don't have one, please register for a free FraudLabs Pro API key.
- Follow the instructions provided to enter your API key and the details of the order you want to screen. You may key in the order details in a JSON object. For example:
- You will get the order screen result as below:
{
"ip": "198.221.136.159",
"last_name": "Doe",
"first_name": "John",
"bill_addr": "1766 PowderHouse Road",
"bill_city": "Cleveland",
"bill_state": "OH",
"bill_zip_code": "44115",
"bill_country": "US",
"ship_last_name": "Doe",
"ship_first_name": "John",
"ship_addr": "4987 Bingamon Road",
"ship_city": "Cleveland",
"ship_state": "OH",
"ship_zip_code": "44115",
"ship_country": "US",
"user_phone": "440-5551961",
"email": "john123@gmail.com",
"bin_no": "558265",
"user_order_id": "1001",
"amount": "399.00",
"quantity": "1",
"currency": "USD",
"department": "Online Store",
"payment_gateway": "stripe",
"payment_mode": "creditcard",
}