by opsmin
1 replies
Setting The Return URL on Individual Transactions
With Auto Return turned on in your account profile, you can set the value of the return URL on each individual transaction to override the value that you have stored on PayPal. For example, you might want to return the payer’s browser to a URL on your site that is specific to that payer, perhaps with a session ID or other transaction-related data included in the URL.
To set the return URL for a transaction, include the return variable in the HTML FORM:
<INPUT TYPE="hidden" NAME="return" value="URLspecificToThisTransaction">
I did not understand the above

after the user completes payment he/she is redirected back to a url on my website.But this URL has static content.what I want to do is display that the payment was successful and state the order number for the transaction will be shipped

How can I do this
#auto #paypal #return
  • Profile picture of the author Net66
    I think the paypal documentation can shed some light on this.
    Signature
    What I do - And How I do it. My Personal Blog...
    http://AndyBrocklehurst.com
    {{ DiscussionBoard.errors[10790182].message }}

Trending Topics