CancelURL Property
URL the sender is redirected to upon canceling payment approval.
Syntax
[VB.NET] Public Property CancelURL As String
[C#] public string CancelURL {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. If the sender cancels the approval, this is the URL he will be directed to. Specify the URL with the HTTP or HTTPS.
This property is required for the CreatePreApproval method.
Default Value
""