IdentityVerificationCheck
class IdentityVerificationCheck extends Dto (View source)
Properties
string | $SessionId | Unique identifier for the entire verification session. |
|
string | $Status | The status of the identity verification session: PENDING – The session is available on the HostedUrl, to which the user must be redirected to complete it. VALIDATED – The session was successful. REFUSED – The session was refused. REVIEW – The session is under manual review by Mangopay. OUTDATED – The session is no longer valid (likely due to expired documents used during the session). TIMEOUT – The session timed out due to inactivity. ERROR – The session was not completed because an error occurred. |
|
int | $CreationDate | The date and time at which the session was created. |
|
int | $LastUpdate | The date and time at which the session was last updated. |
|
Check[] | $Checks | The details of the individual verification checks performed during the session. |
Methods
Get array with mapping which property is object and what type of object.
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.
Details
in
Dto at line 15
array
GetSubObjects()
Get array with mapping which property is object and what type of object.
To be overridden in child class if has any sub objects.
in
Dto at line 25
array
GetDependsObjects()
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
in
Dto at line 35
array
GetReadOnlyProperties()
Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.