interface Transact

Methods

mixed
closeBatch(CloseBatchRequest $request, bool $timeout = false)

Closes the current batch of transactions on SLIM CD’s servers by releasing them to the processor.

mixed
processTransaction(ProcessTransactionRequest $request, bool $timeout = false)

No description

Details

at line 24
mixed closeBatch(CloseBatchRequest $request, bool $timeout = false)

Closes the current batch of transactions on SLIM CD’s servers by releasing them to the processor.

Transactions processed through SLIM CD are stored in batches. These transactions will not be funded to the merchant until the batch is closed . After closing a batch you can no longer perform VOID, TIPEDIT, or UPDATE transactions against a previous transaction included in the batch.

Parameters

CloseBatchRequest $request
bool $timeout

Return Value

mixed

at line 32
mixed processTransaction(ProcessTransactionRequest $request, bool $timeout = false)

Parameters

ProcessTransactionRequest $request
bool $timeout

Return Value

mixed