EFL
EflClient

submitLeadVerificationResult

Submits lead verification result for the given transaction.

submitLeadVerificationResult() sends the result of a lead verification back to the EFL API. It wraps CustomerApiClient::leadVerificationResult().

All methods on EflClient may throw:

Method signature

public function submitLeadVerificationResult(
    string $transactionId,
    VerificationResult $result,
    string $bearerToken
): void

Parameters

NameTypeRequiredDescription
transactionIdstringYesIdentifier of the transaction.
resultVerificationResultYesVerification result data to be submitted.
bearerTokenstringYesBearer token.

Return value

  • Type: void – failures are reported via exceptions.