Automatic PayPal payment?

Discussion in 'PayPal' started by metros, Dec 19, 2007.

  1. #1
    Hey,
    Any one know how i can do this kind of page?
    Example Here

    Thanks in advance!
     
    metros, Dec 19, 2007 IP
  2. sri

    sri Active Member

    Messages:
    917
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    70
    #2
    Use the following code for the paypal link or button image:

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"><input type="hidden" name="business" value="srikat@gmail.com"><input type="hidden" name="item_name" value="Super Affiliate Success Secrets"><input type="hidden" name="item_number" value="1"><input type="hidden" name="amount" value="8.99"> <input type="hidden" name="return" value="http://www.super-affiliate-success-secrets.com/download.htm"><input type="hidden" name="cancel_return" value="http://www.super-affiliate-success-secrets.com/">
        <input type="image" src="http://www.super-affiliate-success-secrets.com/images/PayPal.jpg" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
        <input type="hidden" name="no_shipping" value="1"><input type="hidden" name="undefined_quantity" value="0"><input type="hidden" name="cn" value=""><input type="hidden" name="cs" value="0"></form>
    Code (markup):
    Modify the email address, PayPal image URL, success URL and return URL. If you want see this in action, check this page and click (just click, don't pay unless you want to :) on the paypal image.

    I use a small .exe that generates the code like above.
     
    sri, Dec 19, 2007 IP
  3. metros

    metros Notable Member

    Messages:
    3,978
    Likes Received:
    373
    Best Answers:
    0
    Trophy Points:
    245
    #3
    hey sri,
    thanks for the comment, but i am looking for a "link" only, like i show over the first post, thanks.
     
    metros, Dec 19, 2007 IP
  4. sri

    sri Active Member

    Messages:
    917
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    70
    #4
    well, then just modify the values in the code below:

    https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=stickycarrots@gmail.com&item_name=75%20delicious&item_number=&amount=5.00&no_shipping=0&no_note=1&currency_code=USD&bn=PP%2dBuyNowBF&charset=UTF%2d8
    Code (markup):
    and the regular hyperlink syntax, like:

    <a href="https://www.paypal.com/cgi-bin/webscr..........">Buy Now</a>
    Code (markup):
     
    sri, Dec 19, 2007 IP
  5. metros

    metros Notable Member

    Messages:
    3,978
    Likes Received:
    373
    Best Answers:
    0
    Trophy Points:
    245
    #5
    thanks a lot!
     
    metros, Dec 19, 2007 IP
  6. sri

    sri Active Member

    Messages:
    917
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    70
    #6
    No problem. Can you please reply to this thread if you know the answer?
     
    sri, Dec 19, 2007 IP