3DS authentication result received

3DS authentication result received

Type: object
Additional properties: false
Domain: anti-fraud
Event: authentication_result
Version: 1

|
type required

Title: Event type
Type: string

provider required

Title: Provider identifier
Type: string

raw_provider required

Title: Received provider data without PCI fields
Type: object
Additional properties: true

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://pismo.io/events/anti-fraud/authentication-result.json",
    "title": "3DS authentication result received",
    "description": "3DS authentication result received",
    "type": "object",
    "additionalProperties": false,
    "required": [
        "type",
        "provider",
        "raw_provider"
    ],
    "properties": {
        "type": {
            "type": "string",
            "title": "Event type"
        },
        "provider": {
            "type": "string",
            "title": "Provider identifier"
        },
        "raw_provider": {
            "type": "object",
            "title": "Received provider data without PCI fields",
            "additionalProperties": true
        }
    }
}