EFL
EflClient

sendItnViaCustomerEndpoint

Sends ITN payload via the Customer ITN endpoint.

sendItnViaCustomerEndpoint() sends an ITN payload using the /Customer/ITN endpoint instead of the testing endpoint. It wraps CustomerApiClient::postItn() and is typically used in more realistic integration scenarios.

All methods on EflClient may throw:

Method signature

public function sendItnViaCustomerEndpoint(string $transactionsPayload): void

Parameters

NameTypeRequiredDescription
transactionsPayloadstringYesRaw transactions payload, typically XML.

Return value

  • Type: void – failures are reported via exceptions.