Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default ASP & PayPal

    Hi,

    Can some one point me to a resource (if there is one) that describes if a
    value is sent back to my site from PAyPal once the payment has been process.

    The reason is that I want to perform some actions once I know the payment
    has been received and processed.

    I have looked the PDN (Paypal developers Network) but cannot see anything -
    I may have missed of course !!

    All help greatly appreciated


    Stuart Guest

  2. Similar Questions and Discussions

    1. Dreamweaver & PayPal
      Hi im using dreamweaver and i have a client who wants to add paypal to his site, i gather you go to www.paypal.com and get an acount, but how does...
    2. Paypal
      Is it possible to be able to have a client update their site with contribute and administer paypal? -m
    3. OT: Is anyone here using PayPal IPN?
      If so, what datatypes are you using for your various IPN variables? How do you handle shopping cart transactions with multiple-items? Do you...
    4. Paypal PHP Dev Kit
      Hi, I have downloaded the Paypal PHP Dev kit and need some help. The documentation is sparse to say the least. The sample How can I use it...
    5. ASP + PAyPal
      Hi, Can some one point me to a resource (if there is one) that describes if a value is sent back to my site from PAyPal once the payment has been...
  3. #2

    Default Re: ASP & PayPal --please ignore - wrong group.


    "Stuart" <me@nowhere.com> wrote in message
    news:O7qSs$UbDHA.2684@TK2MSFTNGP11.phx.gbl...
    > Hi,
    >
    > Can some one point me to a resource (if there is one) that describes if a
    > value is sent back to my site from PAyPal once the payment has been
    process.
    >
    > The reason is that I want to perform some actions once I know the payment
    > has been received and processed.
    >
    > I have looked the PDN (Paypal developers Network) but cannot see
    anything -
    > I may have missed of course !!
    >
    > All help greatly appreciated
    >
    >

    Stuart Guest

  4. #3

    Default Re: ASP & PayPal --please ignore - wrong group.

    (Slight correction in the querystring URL)

    You can set what page on your site that PayPal is to go to if there was
    success and you can set another page for if there was a cancel. And
    these URLs CAN contain a query string such as
    [url]http://www.mysite.com/mypage.asp?paypalstatus=success[/url]

    PayPal
    [url]http://www.paypal.com[/url]
    Then click on Merchant Tools.

    Buy Now Buttons
    [url]http://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/singleitem-intro-outs[/url]
    ide

    Buy Now Buttons Manual (PDF)
    [url]https://www.paypal.com/html/single_item.pdf[/url]
    Especially see p. 20 "Sample HTML Code for a Buy Now Button"
    And p. 21 "Sample Buy Now Hyperlink" and HTML and Hyperlink Variables

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

  5. #4

    Default Re: ASP & PayPal

    You can set what page on your site that PayPal is to go to if there was
    success and you can set another page for if there was a cancel. And
    these URLs CAN contain a query string such as
    [url]http://www.mysite.com/paypalstatus=success[/url]

    PayPal
    [url]http://www.paypal.com[/url]
    Then click on Merchant Tools.

    Buy Now Buttons
    [url]http://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/singleitem-intro-outs[/url]
    ide

    Buy Now Buttons Manual (PDF)
    [url]https://www.paypal.com/html/single_item.pdf[/url]
    Especially see p. 20 "Sample HTML Code for a Buy Now Button"
    And p. 21 "Sample Buy Now Hyperlink" and HTML and Hyperlink Variables

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139