Skip to main content
WEBHOOK
identity
{
  "eventType": "<string>",
  "requestId": "<string>",
  "issuerDid": "<string>",
  "user": {
    "contact": "<string>",
    "did": "<string>",
    "internalId": "<string>"
  },
  "decisionDate": "2023-11-07T05:31:56Z",
  "identity": {
    "fullName": "<string>",
    "gender": "<string>",
    "birth": "2023-11-07T05:31:56Z",
    "docId": "<string>",
    "fullDocId": "<string>",
    "expiresAt": "2023-11-07T05:31:56Z",
    "issueDate": "2023-11-07T05:31:56Z",
    "placeOfBirth": "<string>",
    "documentType": "<string>",
    "countryAlpha3": "<string>"
  },
  "decision": {
    "success": true,
    "isFraud": true,
    "riskScore": 123,
    "message": "<string>"
  },
  "internalId": "<string>",
  "api_version": "<string>"
}

Body

application/json
eventType
string
required
Allowed value: "identity"
requestId
string
required
issuerDid
string
required
user
object
required
decisionDate
string<date-time>
required
identity
object
required
decision
object
required
internalId
string
api_version
string

Response

200

Webhook received successfully