ReturnURL Property
The URL the sender is returned to after completing a transaction.
Object Oriented Interface
public function getReturnURL(); public function setReturnURL($value);
Procedural Interface
inpaypal_adaptivepay_get($res, 57 ); inpaypal_adaptivepay_set($res, 57, $value );
Default Value
''
Remarks
This property is used when explicit approval is required, and the sender must log in to paypal.com to approve the payment. Once the sender approves the payment, this is the URL he is redirected to. Specify the URL with the HTTP or HTTPS designator.
Data Type
String