VB/ASP.NET Paypal IPN

Discussion in 'C#' started by camjohnson95, Jun 22, 2010.

  1. #1
    I have created a website with asp.net/vb and need to integrate paypal ipn with the shopping cart that I have created. Can anyone provide some examples or I am willing to pay for someone to show me how to do this. The cart is a basic class with an array of products that is stored within the Session object, all I need is the checkout and payment process, or an idea of how to do it properly.
     
    camjohnson95, Jun 22, 2010 IP
  2. kmap

    kmap Well-Known Member

    Messages:
    2,215
    Likes Received:
    29
    Best Answers:
    2
    Trophy Points:
    135
    #2
    kmap, Jun 22, 2010 IP
  3. bibinsmk

    bibinsmk Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    You can find the sample codes in paypal site. In their site they deeply explained how will we use.
     
    bibinsmk, Jun 24, 2010 IP
  4. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #4
    Thanks. I decided to not use an IPN handler as it wasn't necessary. Instead I passed all the products and prices using a hidden form to paypal, which is submitted when the 'Checkout' button is clicked. Paypal then handles the rest, providing an invoice to the buyer (for record) and to the seller (for shipment of the items). I was trying to complicate the process too much, when the simplest option was much faster and just as effective.
     
    camjohnson95, Jul 12, 2010 IP