Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Digital Verification Output
Output Representation for the digital verification API request.
- Sample Response
-
1{ 2 "isSuccess": true, 3 "message": "Performed all Steps of Digital Verification Successfully", 4 "code": 200 5}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| code | String | Response code of the Digital Verification API. | Small, 60.0 | 60.0 |
| isSuccess | Boolean | Indicates whether the digital verification process was successful (true) or not (false). | Small, 60.0 | 60.0 |
| message | String | Feedback message from the digital verification API request. | Small, 60.0 | 60.0 |