Skip to content

/AWS1/CL_PTTGETVERIFRESPONSE

GetVerificationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_verificationtype TYPE /AWS1/PTTVERIFICATIONTYPE /AWS1/PTTVERIFICATIONTYPE

The type of verification that was requested and processed.

iv_verificationstatus TYPE /AWS1/PTTVERIFICATIONSTATUS /AWS1/PTTVERIFICATIONSTATUS

The current status of the verification process. Possible values include pending, in-progress, completed, failed, or expired.

io_verifresponsedetails TYPE REF TO /AWS1/CL_PTTVERIFRSPDETAILS /AWS1/CL_PTTVERIFRSPDETAILS

Detailed response information specific to the type of verification performed, including any verification-specific data or results.

iv_startedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME

The timestamp when the verification process was initiated.

Optional arguments:

iv_verificationstatusreason TYPE /AWS1/PTTVERIFSTATUSREASON /AWS1/PTTVERIFSTATUSREASON

Additional information explaining the current verification status, particularly useful when the status indicates a failure or requires additional action.

iv_completedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME

The timestamp when the verification process was completed. This field is null if the verification is still in progress.


Queryable Attributes

VerificationType

The type of verification that was requested and processed.

Accessible with the following methods

Method Description
GET_VERIFICATIONTYPE() Getter for VERIFICATIONTYPE, with configurable default
ASK_VERIFICATIONTYPE() Getter for VERIFICATIONTYPE w/ exceptions if field has no va
HAS_VERIFICATIONTYPE() Determine if VERIFICATIONTYPE has a value

VerificationStatus

The current status of the verification process. Possible values include pending, in-progress, completed, failed, or expired.

Accessible with the following methods

Method Description
GET_VERIFICATIONSTATUS() Getter for VERIFICATIONSTATUS, with configurable default
ASK_VERIFICATIONSTATUS() Getter for VERIFICATIONSTATUS w/ exceptions if field has no
HAS_VERIFICATIONSTATUS() Determine if VERIFICATIONSTATUS has a value

VerificationStatusReason

Additional information explaining the current verification status, particularly useful when the status indicates a failure or requires additional action.

Accessible with the following methods

Method Description
GET_VERIFICATIONSTATUSREASON() Getter for VERIFICATIONSTATUSREASON, with configurable defau
ASK_VERIFICATIONSTATUSREASON() Getter for VERIFICATIONSTATUSREASON w/ exceptions if field h
HAS_VERIFICATIONSTATUSREASON() Determine if VERIFICATIONSTATUSREASON has a value

VerificationResponseDetails

Detailed response information specific to the type of verification performed, including any verification-specific data or results.

Accessible with the following methods

Method Description
GET_VERIFRESPONSEDETAILS() Getter for VERIFICATIONRESPONSEDETAILS

StartedAt

The timestamp when the verification process was initiated.

Accessible with the following methods

Method Description
GET_STARTEDAT() Getter for STARTEDAT, with configurable default
ASK_STARTEDAT() Getter for STARTEDAT w/ exceptions if field has no value
HAS_STARTEDAT() Determine if STARTEDAT has a value

CompletedAt

The timestamp when the verification process was completed. This field is null if the verification is still in progress.

Accessible with the following methods

Method Description
GET_COMPLETEDAT() Getter for COMPLETEDAT, with configurable default
ASK_COMPLETEDAT() Getter for COMPLETEDAT w/ exceptions if field has no value
HAS_COMPLETEDAT() Determine if COMPLETEDAT has a value