EFL
EflClient

restoreCustomerSessionByOrderId

Restores customer session based on the pay-by-link order identifier.

restoreCustomerSessionByOrderId() restores a customer session using a pay‑by‑link order identifier. It wraps RestorationApiClient::restoreCustomerSession() and maps the response to AuthenticationRestorationResult.

All methods on EflClient may throw:

Method signature

public function restoreCustomerSessionByOrderId(
    string $payByLinkOrderId
): AuthenticationRestorationResult

Parameters

NameTypeRequiredDescription
payByLinkOrderIdstringYesOrder identifier used in pay‑by‑link.

Return value