vb.netpaypalpaypal-ipn

How do I get shipping information (address, city, etc..) on paypal IPN handler using .net vb


How do you get the shipping information on your ipn Handler page? I have set the no_shipping variable = 2 so when I check out it prompts me for the shipping address. I just need to know what the variable names are so I can Request("") them.


Solution

  • When you have no_shipping = 2(it will prompt you for shipping address) and you unclick "Same as billing address" then you can enter the Shipping address. If you enter any of the required fields for shipping then all of the requests dealing with address that you make on the IPN handler (address_street,address_zip,address_city) will only refer to the shipping information. All of the billing information is ignored.