Fraud Check Completed
POST
Triggered when a Fraud Detection request is completed
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ” Media type application/json
object
id
Unique entity UUID
string
api_version
Version of the notification webhook data structure
string
name
Webhook’s event name
string
created_at
Timestamp when the entity was added to the system by the user
integer
attempt_total
Total number of notification webhook delivery attempts
integer
attempt_number
Current webhook notification attempt number
integer
data
Event-specific data payload
object
notification_task_id
Notification task identifier (request identifier)
string format: uuid
name
data
Data for fraud-check.done events
object
key
additional properties
any
Examples
Example completed
Fraud Check Done Event
Event sent when fraud detection check is completed
{ "id": "a7bc0d53-2ab6-822c-df31-a1284b5f8ea2", "api_version": "2022-05-25", "name": "fraud-check.done", "created_at": 1653379003, "attempt_total": 1, "attempt_number": 1, "data": { "check_id": "fraud-check-123", "result": "clean", "confidence_score": 0.95 }, "notification_task_id": "7712ab27-cd00-8ef2-da5d-6f54f85ff085"}Responses
Section titled “ Responses ”Webhook received
Invalid webhook request’s body structure
Webhook request unauthorized
Webhook access forbidden
Webhook access forbidden
Server error