Newer Version Available
Form Verification Field Output
- JSON example
-
1{ 2 "developerName": "SampleAccountName", 3 "isVerified": true 4 }, 5 { 6 "developerName": "SampleAccountNumber", 7 "isVerified": true 8 }, 9 { 10 "developerName": "SamplePhone", 11 "value": "4158764524", 12 "isVerified": false 13 }, 14 { 15 "developerName": "SamplePostalCode", 16 "isVerified": true 17 }
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| developerName | String | Developer name of the identity verification process field. | Small, 58.0 | 58.0 |
| isVerified | Boolean | Indicates whether the input that isn't submitted through a form field is verified (true) or not (false). | Small, 58.0 | 58.0 |
| value | String | Input value of the field. The field values that fail verification are included in the representation. | Small, 58.0 | 58.0 |