TrackingId Property
User-generated unique tracking number.
Object Oriented Interface
public function getTrackingId(); public function setTrackingId($value);
Procedural Interface
inpaypal_adaptivepay_get($res, 70 ); inpaypal_adaptivepay_set($res, 70, $value );
Default Value
''
Remarks
You can use this property to specify your own unique tracking ID, and later use this value to obtain information about a payment or to request a refund. The TrackingId is provided as a convenience in cases when you already maintain an ID that you want to associate with a payment. You can also track and make changes to payments using the PaymentKey.
Note: You are responsible for ensuring that the TrackingId is unique
Data Type
String