EflClient
postVerificationCode
Posts a verification code for the given transaction.
postVerificationCode() submits a verification code for a transaction.
It wraps ProcessApiClient::postVerificationCode().
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 postVerificationCode(
PostVerificationCode $code,
string $bearerToken
): void
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
code | PostVerificationCode | Yes | Verification code payload. |
bearerToken | string | Yes | Bearer token. |
Return value
- Type:
void– failures are reported via exceptions.