PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

ReturnURL Property

URL to which the customer's browser is returned after choosing to pay with PayPal.

Syntax

[VB.NET]
Public Property ReturnURL As String

[C#]
public string ReturnURL {get; set;}

Remarks

This is the page to which a customer is returned after he pays through PayPal. The PayPal server will append to this ReturnURL a query string containing a token which identifies this transaction in the PayPal network. This token should be sent as the Token parameter in the GetCheckoutDetails method.

This property is required when calling the SetCheckout method.

Character length and limitations: no limit. Must be URL-encoded.

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0