Check Fraud
Endpoint to execute a fraud evaluation for an existing customer
Request a fraud evaluation
POST https://api.waldo.ai/check-fraud
Request body
Name
Type
Description
customerId*
string
Customer ID
Response
When requesting a fraud check, always verify the evaluation property; if its status is initiated, the fraudScore value is the last known fraud score, not of the current evaluation.
{
"requestId": "ayclpQyi6p",
"event": "evaluation",
"evaluation": {
"type": "fraud",
"status": "initiated"
},
"externalId": "abcd-123-456-efgh",
"customerId": "<customer-id>",
"uri": "https://app.waldo.ai/customers/<customer-id>",
"errors": []
}{
"code": "INVALID_DATA",
"message": "Invalid <field name>"
}Webhooks complete event notification
Last updated