ResponseRetrievalNumber Property
Reference number returned from the Paymentech host.
Object Oriented Interface
public function getResponseRetrievalNumber();
Procedural Interface
inpaydirect_ptechecommerce_get($res, 42 );
Default Value
''
Remarks
Reference number returned from the Paymentech host. This is the reference number of the transaction as assigned by the Paymentech host. This number must remain with the transaction for the duration of the transaction's life cycle. This information is sent as a parameter in the VoidTransaction method.
If the SettlementMode is set to manual this property will contain the POSRetrievalNumber submitted in the authorization. If no POSRetrievalNumber was sent, this property will contain all zeros, and you will not have a reference number for the transaction.
If the SettlementMode is set to host settle, this property will always contain the Paymentech-generated retrieval number returned by the transaction server, regardless of the value contained in the POSRetrievalNumber property.
In all cases, the ResponseRetrievalNumber will contain the number used to reference the transaction when issuing voids or reversals.
This property is read-only.
Data Type
String