socure · Example Payload

Socure Docv Webhook Example

Socure Docv Webhook Example is an example object payload from socure, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

eventTypedocvTransactionIdcustomerUserIdeventTimedecision

Example Payload

Raw ↑
{
  "eventType": "VERIFICATION_COMPLETED",
  "docvTransactionId": "docv-tx-9c1d2e3f-4a5b-6c7d-8e9f-0123456789ab",
  "customerUserId": "demo-user-001",
  "eventTime": "2026-05-25T15:42:11Z",
  "decision": "accept"
}