EFL
EflClient

getIdentityVerificationStatus

Returns the current identity verification status for the given transaction.

getIdentityVerificationStatus() polls the identity verification status for a transaction. It wraps CustomerApiClient::getIdentityVerificationStatus() and maps the response to BlueMediaProcessStateResponse.

All methods on EflClient may throw:

Method signature

public function getIdentityVerificationStatus(
    string $transactionId,
    string $bearerToken
): BlueMediaProcessStateResponse

Parameters

NameTypeRequiredDescription
transactionIdstringYesIdentifier of the transaction.
bearerTokenstringYesBearer token.

Return value