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