EFL
EflClient

submitCustomerData

Submits customer company/person data for the given transaction.

submitCustomerData() sends customer data (company or person) to the EFL API for the current transaction. It wraps CustomerApiClient::postCustomerDataForLon().

All methods on EflClient may throw:

Method signature

public function submitCustomerData(CustomerData $customerData, string $bearerToken): void

Parameters

NameTypeRequiredDescription
customerDataCustomerDataYesComplete customer data payload.
bearerTokenstringYesBearer token.

Return value

  • Type: void – failures are reported via exceptions.