Token Property
This property is used to reference a specific Express Checkout transaction in the PayPal network.
Object Oriented Interface
public function getToken(); public function setToken($value);
Procedural Interface
inpaypal_recurringpayments_get($res, 75 ); inpaypal_recurringpayments_set($res, 75, $value );
Default Value
''
Remarks
When CreateProfile is called, PayPal requires either this property to be set to a valid ResponseToken returned by the SetCheckout method of Express Checkout or a valid credit card to be set through the Card property.
This token expires after three hours.
Data Type
String