ReturnURL Property
The URL the sender is returned to after completing a transaction.
Syntax
__property String ReturnURL = {read=FReturnURL, write=FSetReturnURL, default=""};
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.
This property is required for the CreatePreApproval method.
Data Type
String