IdentityVerification
class IdentityVerification extends EntityBase (View source)
Properties
string | $Id | from EntityBase | |
string | $Tag | from EntityBase | |
int | $CreationDate | from EntityBase | |
string | $HostedUrl | The URL to redirect the user to for the hosted identity 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. |
|
string | $ReturnUrl | The URL to which the user is returned after the hosted identity verification session, regardless of the outcome. |
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.
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.
array
GetReadOnlyProperties()
Get array with read-only properties
__construct(string $id = null)
Construct