Password Property
Password for communicating with PayPal.
Object Oriented Interface
public function getPassword(); public function setPassword($value);
Procedural Interface
inpaypal_reauthcapture_get($res, 13 ); inpaypal_reauthcapture_set($res, 13, $value );
Default Value
''
Remarks
This property is required to post messages to the PayPal URL. Do not confuse this property with your PayPal password. This password must match the API User you create from inside your PayPal account.
Data Type
String