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:
ApiException– when the EFL API returns an error response.HttpException– when the HTTP transport fails.
Method signature
public function getIdentityVerificationStatus(
string $transactionId,
string $bearerToken
): BlueMediaProcessStateResponse
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
transactionId | string | Yes | Identifier of the transaction. |
bearerToken | string | Yes | Bearer token. |
Return value
- Type:
BlueMediaProcessStateResponse– current verification status.