ReferenceNumber Property
A value assigned by the merchant to uniquely reference a transaction and any subsequent related transactions.
Object Oriented Interface
public function getReferenceNumber(); public function setReferenceNumber($value);
Procedural Interface
inpaydirect_fdmsrcecommerce_get($res, 38 ); inpaydirect_fdmsrcecommerce_set($res, 38, $value );
Default Value
''
Remarks
This value is a merchant assigned 12 digit value. The value must be unique within a day for a given merchant id and terminal id. When performing a Capture or Reverse transaction this must be the same as the original transaction.
Data Type
String