Newer Version Available
Form Verification
- JSON example
-
1{ 2 "developerName": "SampleAccountSearch", 3 "selectedRecordId": "001xx000003DGV3AAO", 4 "isVerified": false, 5 "formVerificationFieldList": { 6 "formVerificationFields": [ 7 { 8 "developerName": "SampleAccountName", 9 "isVerified": true 10 }, 11 { 12 "developerName": "SampleAccountNumber", 13 "isVerified": true 14 }, 15 { 16 "developerName": "SamplePhone", 17 "value": "4158764524", 18 "isVerified": false 19 }, 20 { 21 "developerName": "SamplePostalCode", 22 "isVerified": true 23 } 24 ] 25 }, 26 “displayRecordDetails”: { 27 “displayRecordId”: “001axxxxxxx”, 28 “displayRecordName”: “SomeReferenceRecord” 29 }, 30 "status": { 31 "code":201, 32 "message": "Identity Verification is processed successfully." 33 } 34}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| developerName | String | Developer name of identity verification process detail. | Small, 58.0 | 58.0 |
| displayRecordDetails | Identity Verf Form Display Record | Name of the field that contains information about the record that's shown to the user after identity verification is successful. | Small, 58.0 | 58.0 |
| formVerificationFieldList | Identity Verf Form Field List Output | Required and optional verification fields, values, and results. | Small, 58.0 | 58.0 |
| isVerified | Boolean | Indicates whether the identity of the customer or representative is verified (true) or not (false). | Small, 58.0 | 58.0 |
| retryCount | Integer | For internal use only. | Small, 58.0 | 58.0 |
| selectedRecordId | String | Record ID of the selected customer or representative. | Small, 58.0 | 58.0 |
| status | Error Response | Status of the form verification API request. | Small, 58.0 | 58.0 |