EFL
EflClient

getLastProcessStatus

Returns the last process status string for a given transaction.

getLastProcessStatus() provides a convenient way to read the most recent status of a leasing process. It wraps ProcessApiClient::getLastStatus() and returns the status as a plain string.

All methods on EflClient may throw:

Method signature

public function getLastProcessStatus(string $transactionId, string $bearerToken): string

Parameters

NameTypeRequiredDescription
transactionIdstringYesIdentifier of the transaction.
bearerTokenstringYesBearer token.

Return value

  • Type: string – raw status string as returned by the API.