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

array
GetSubObjects()

Get array with mapping which property is object and what type of object.

from  Dto
array
GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

from  Dto
array
GetReadOnlyProperties()

Get array with read-only properties

__construct(string $id = null)

Construct

Details

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.

Return Value

array

array GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

Return Value

array

array GetReadOnlyProperties()

Get array with read-only properties

Return Value

array

__construct(string $id = null)

Construct

Parameters

string $id

Entity identifier