ReturnURL Property
The URL the sender is returned to after completing a transaction.
Syntax
[VB.NET] Public Property ReturnURL As String
[C#] public string ReturnURL {get; set;}
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.
Default Value
""