EFL
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:

Method signature

public function getRestoreProcess(string $transactionId): AuthenticateResponse

Parameters

NameTypeRequiredDescription
transactionIdstringYesIdentifier of the transaction.

Return value