EFL
EflClient

getPostVerificationCodeChanges

Returns post-verification-code process changes for the given transaction.

getPostVerificationCodeChanges() retrieves raw change information after a verification code has been posted. It wraps ProcessApiClient::getPostVerificationCodeChanges().

All methods on EflClient may throw:

Method signature

public function getPostVerificationCodeChanges(
    string $transactionId,
    string $bearerToken
): string

Parameters

NameTypeRequiredDescription
transactionIdstringYesIdentifier of the transaction.
bearerTokenstringYesBearer token.

Return value

  • Type: string – raw response body describing post-verification-code changes.