For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Help CenterOpenAPI SpecStatus
OverviewInquiriesTransactionsRelayAPI ReferenceChangelog
OverviewInquiriesTransactionsRelayAPI ReferenceChangelog
  • Getting Started
    • Introduction
    • Quickstart Tutorial
  • API Overview
    • API Keys
    • Authentication
    • Protocol
    • Response Body
    • Idempotence
    • Pagination
    • Rate Limiting
    • Downloading Files
    • API Logs
    • Request IDs
  • Versioning
    • API Changelog
    • Versioning
  • Troubleshooting
    • Error Handling
  • API Reference
    • OpenAPI Specification
    • Cases
    • Connect
    • Documents
    • Inquiries
    • List Items
    • Lists
    • OAuth
    • Reports
    • Transactions
    • Verifications
    • Workflows
  • Webhooks
      • POSTInquiry created
      • POSTInquiry started
      • POSTInquiry expired
      • POSTInquiry completed
      • POSTInquiry failed
      • POSTInquiry marked for review
      • POSTInquiry approved
      • POSTInquiry declined
      • POSTInquiry transitioned
      • POSTInquiry redacted
      • POSTInquiry reusable-persona created
      • POSTInquiry reusable-persona used
      • POSTInquiry tags updated
LogoLogo
Help CenterOpenAPI SpecStatus
WebhooksInquiry Events

Inquiry reusable-persona created

Payload
1{
2 "data": {
3 "attributes": {
4 "created-at": "2024-03-15T18:35:01.100Z",
5 "name": "inquiry.reusable-persona-created",
6 "payload": {
7 "data": {
8 "id": "inq_kT4xVnR2bPmYwL9sTgD3cExZ",
9 "attributes": {
10 "status": "approved",
11 "behaviors": {},
12 "tags": [],
13 "creator": "creator@example.com",
14 "created-at": "2024-03-15T18:30:00.000Z",
15 "updated-at": "2024-03-15T18:35:00.000Z",
16 "started-at": "2024-03-15T18:31:00.000Z",
17 "decisioned-at": "2024-03-15T18:35:00.000Z",
18 "previous-step-name": "verification_selfie",
19 "next-step-name": "success",
20 "fields": {
21 "name-first": {
22 "type": "string",
23 "value": "Jane"
24 },
25 "name-middle": {
26 "type": "string",
27 "value": "Marie"
28 },
29 "name-last": {
30 "type": "string",
31 "value": "Doe"
32 },
33 "address-street-1": {
34 "type": "string",
35 "value": "123 Main St"
36 },
37 "address-street-2": {
38 "type": "string"
39 },
40 "address-city": {
41 "type": "string",
42 "value": "San Francisco"
43 },
44 "address-subdivision": {
45 "type": "string",
46 "value": "California"
47 },
48 "address-postal-code": {
49 "type": "string",
50 "value": "94111"
51 },
52 "address-country-code": {
53 "type": "string",
54 "value": "US"
55 },
56 "birthdate": {
57 "type": "date",
58 "value": "1995-09-08"
59 },
60 "email-address": {
61 "type": "string",
62 "value": "jane@example.com"
63 },
64 "phone-number": {
65 "type": "string"
66 },
67 "identification-number": {
68 "type": "string"
69 }
70 }
71 },
72 "relationships": {
73 "account": {
74 "data": {
75 "id": "act_fJ8mQpDLrYvNcBzWk5HsAxRy",
76 "type": "account"
77 }
78 },
79 "documents": {
80 "data": []
81 },
82 "template": {},
83 "inquiry-template": {
84 "data": {
85 "id": "itmpl_AbN9KvR4LmT2WqYxPdHsZgFc",
86 "type": "inquiry-template"
87 }
88 },
89 "inquiry-template-version": {
90 "data": {
91 "id": "itmplv_LqX3jYwK7HnRpZmCvBdF8RtA",
92 "type": "inquiry-template-version"
93 }
94 },
95 "reports": {
96 "data": []
97 },
98 "transaction": {},
99 "reviewer": {
100 "data": {
101 "id": "wfr_M7vXNqRpL3kBzW4tYcHdJgFs",
102 "type": "workflow-run"
103 }
104 },
105 "selfies": {
106 "data": []
107 },
108 "sessions": {
109 "data": [
110 {
111 "id": "iqse_NkPwRtQv5xB8cYm2L4jZdHsF",
112 "type": "inquiry-session"
113 }
114 ]
115 },
116 "verifications": {
117 "data": [
118 {
119 "id": "ver_X3kHmRqV9YpZ2nBwL5tGdJcE",
120 "type": "verification/government-id"
121 }
122 ]
123 }
124 },
125 "type": "inquiry"
126 },
127 "included": [
128 {
129 "type": "inquiry-template",
130 "attributes": {
131 "name": "Example KYC Template",
132 "status": "active"
133 },
134 "id": "itmpl_AbN9KvR4LmT2WqYxPdHsZgFc",
135 "relationships": {
136 "latest-published-version": {
137 "data": {
138 "type": "inquiry-template-version",
139 "id": "itmplv_LqX3jYwK7HnRpZmCvBdF8RtA"
140 }
141 }
142 }
143 },
144 {
145 "type": "inquiry-template-version",
146 "attributes": {
147 "name-display": "Example KYC Flow",
148 "status": "published"
149 },
150 "id": "itmplv_LqX3jYwK7HnRpZmCvBdF8RtA",
151 "relationships": {
152 "inquiry-template": {
153 "data": {
154 "type": "inquiry-template",
155 "id": "itmpl_AbN9KvR4LmT2WqYxPdHsZgFc"
156 }
157 }
158 }
159 },
160 {
161 "type": "inquiry-session",
162 "attributes": {
163 "status": "expired",
164 "created-at": "2024-03-15T18:31:00.000Z",
165 "started-at": "2024-03-15T18:31:00.000Z",
166 "expired-at": "2024-03-15T18:35:00.000Z",
167 "ip-address": "192.0.2.4",
168 "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36",
169 "os-name": "Mac",
170 "os-full-version": "10.15.7",
171 "device-type": "desktop",
172 "browser-name": "Chrome",
173 "browser-full-version": "115.0.0.0",
174 "is-proxy": false,
175 "is-tor": false,
176 "is-datacenter": false,
177 "is-vpn": false,
178 "threat-level": "low",
179 "country-code": "US",
180 "country-name": "United States",
181 "region-code": "CA",
182 "region-name": "California",
183 "latitude": 37.7749,
184 "longitude": -122.4194
185 },
186 "id": "iqse_NkPwRtQv5xB8cYm2L4jZdHsF",
187 "relationships": {
188 "inquiry": {
189 "data": {
190 "type": "inquiry",
191 "id": "inq_kT4xVnR2bPmYwL9sTgD3cExZ"
192 }
193 }
194 }
195 }
196 ]
197 }
198 },
199 "id": "evt_kLmNoPqRsTuVwXyZaBcDeFgH",
200 "type": "event"
201 }
202}
Webhook for the `inquiry.reusable-persona-created` event. Fired when a reusable persona is first created from an Inquiry — i.e., the first time an end user's verified identity from this Inquiry becomes available for reuse on subsequent verifications. The payload `data` is the Inquiry the reusable persona was created from, typically in its terminal `approved` (or `completed`) status. For more info see [Reusable Personas](https://docs.withpersona.com/reusable-personas) and [Webhooks Overview](https://docs.withpersona.com/webhooks).
Was this page helpful?
Previous

Inquiry reusable-persona used

Next
Built with

Webhook for the inquiry.reusable-persona-created event. Fired when a reusable persona is first created from an Inquiry — i.e., the first time an end user’s verified identity from this Inquiry becomes available for reuse on subsequent verifications.

The payload data is the Inquiry the reusable persona was created from, typically in its terminal approved (or completed) status. For more info see Reusable Personas and Webhooks Overview.

Headers

Persona-SignaturestringOptional

Header. An HMAC that you should use to check that requests are authentic. Compare this value with your own digest, computed from the request body and your webhook secret. For more info see Webhook Best Practices.

Persona-Webhook-Attempts-MadeintegerOptional
The number of times that Persona has attempted to deliver this webhook. This value is incremented each time Persona attempts to deliver the webhook, regardless of whether the delivery was successful.
Persona-Webhook-Attempts-LeftintegerOptional
The number of times that Persona will attempt to deliver this webhook. This value is decremented each time Persona attempts to deliver the webhook.
Persona-Webhook-First-Attempted-AtintegerOptional
The time at which Persona first attempted to deliver this webhook. This value is a Unix timestamp in seconds.

Payload

The payload of this webhook request is an object.
dataobjectOptional

Response

200

Return a 2xx status code to indicate that the data was received successfully. Any other status will trigger retries. For more info see Retry Logic.