Values.GetVerificationResponseSourceRetrieves the current status and details of a verification process for a partner account. This operation allows partners to check the progress and results of business or registrant verification processes.
type nonrec t = {verificationType : VerificationType.t option;The type of verification that was requested and processed.
*)verificationStatus : VerificationStatus.t option;The current status of the verification process. Possible values include pending, in-progress, completed, failed, or expired.
*)verificationStatusReason : VerificationStatusReason.t option;Additional information explaining the current verification status, particularly useful when the status indicates a failure or requires additional action.
*)verificationResponseDetails : VerificationResponseDetails.t option;Detailed response information specific to the type of verification performed, including any verification-specific data or results.
*)startedAt : DateTime.t option;The timestamp when the verification process was initiated.
*)completedAt : DateTime.t option;The timestamp when the verification process was completed. This field is null if the verification is still in progress.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of VerificationStatusReason.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of CompletionUrl.t
| `Structure of
(string * [> `String of LegalName.t ]) list
| `Timestamp of DateTime.t ])
list ])
list
| `Timestamp of DateTime.t ])
list ]