Paypal API - generate the php link

Discussion in 'PayPal' started by Scorpiono, Jul 8, 2008.

  1. #1
    Hello there,

    Does paypal have any kind of API that basically redirects the buyer to my site, where I'll provide a generated link to download the product?

    More:

    Buyer visits my landing page -> Pays by paypal -> He's redirect back and I'll provide http://www.webproduct.com/download/19938di3jkef.html - Where he can download his script or simply automatically email him to the paypal address he just paid. All done instantly!

    Thank you so much in advance,
    Scorpiono
     
    Scorpiono, Jul 8, 2008 IP
  2. HackersFirst

    HackersFirst Banned

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Um i can build the php page... But no t for free.. Please pm me on offer..
     
    HackersFirst, Jul 8, 2008 IP
  3. Greg Carnegie

    Greg Carnegie Peon

    Messages:
    385
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's a shame to ask for money on this forum :mad:

    I believe what you are looking for Scorpiono is:
    <input type="hidden" name="return" value="http://www.yoursite.com/thankyou.htm">
    Code (markup):
    Check out this page https://www.paypal.com/us/cgi-bin/webscr?cmd=_pdn_xclick_techview_outside

    PayPal also should send some data to provided URL verifying that user has paid because in other case he can check website document source and find there URL address to which he will be redirected? Well Scorpiono if you will dig dipper into and find answer to this question maybe you will post it here?
     
    Greg Carnegie, Jul 8, 2008 IP
    Scorpiono likes this.
  4. Scorpiono

    Scorpiono Well-Known Member

    Messages:
    1,330
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    120
    #4
    Thanks a million Greg, rep added!
     
    Scorpiono, Jul 8, 2008 IP