EflClient
getRestoreProcess
Returns restore process data (partner and token) for the given transaction.
getRestoreProcess() retrieves restore process data (partner and token) for a transaction.
It wraps ProcessApiClient::getRestoreProcess() and maps the response to AuthenticateResponse.
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 getRestoreProcess(string $transactionId): AuthenticateResponse
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
transactionId | string | Yes | Identifier of the transaction. |
Return value
- Type:
AuthenticateResponse– restore process data (partner and token).