EFL
EflClient

sendItn

Sends an ITN notification payload to the EFL sandbox testing endpoint.

sendItn() sends an ITN payload to the sandbox testing endpoint. It wraps TestingApiClient::sendItn() and is typically used only in non-production environments.

All methods on EflClient may throw:

Method signature

public function sendItn(array $transactionListFlattened, string $bearerToken): void

Parameters

NameTypeRequiredDescription
transactionListFlattenedarray<string, mixed>YesAssociative array with flattened transaction list payload.
bearerTokenstringYesBearer token for the sandbox testing endpoint.

Return value

  • Type: void – failures are reported via exceptions.