ResponseBatchNumber Property
Contains the incrementing ID assigned by TSYS to identify a merchant batch.
Object Oriented Interface
public function getResponseBatchNumber();
Procedural Interface
inpaydirect_tsyshclevel3_get($res, 33 );
Default Value
0
Remarks
Contains the incrementing ID assigned by TSYS to identify a merchant batch.
The batch number that is returned by the host is the current batch number. This will typically the same batch number used by TSYSHCBatchMgr to close the batch.
Note that if CaptureMode is set to Delay, Hold, or Capture the value here may not necessarily be the final batch number when captured. See CaptureMode for more details.
This property is read-only.
Data Type
Integer