Results 1 to 2 of 2

Thread: paypal email id transfer to next page

  1. #1
    Join Date
    May 2004
    Location
    NewYork, USA
    Posts
    175
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default paypal email id transfer to next page

    Hi

    I have challenge with paypal data transfer. I've created buy now buttons. Everything works fine but I can't get paypal email id into my sign up after payment screen.

    I have thank you page something like this:
    http://mydomain.com/thanx.asp


    thanx.asp



    Code:
    <%
       Session("tx") =Request("tx")
       Session("st") =Request("st")
       Session("amt") =Request("amt")
       Session("cc") =Request("cc")
       Session("cm") =Request("cm")
       Session("sig") =Request("sig")
       Session("business") =Request("business")
       Session("payer_email") =Request("payer_email")
    %>
    tx stands for transaction id and brings the code, others also work fine, but I cannot get email id. I wrote these two variables "business" and "payer_email" but they are not transferring email.


    How can I get paypal email id ? This is for sending password to that paypal email id? Your help will be highly appreciated.

  2. #2
    Join Date
    May 2007
    Location
    Eauze, France
    Posts
    175
    Thanks
    10
    Thanked 17 Times in 15 Posts

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Paypal Pro
    By dv8host in forum Technical Support
    Replies: 9
    Last Post: 22nd November 2009, 08:10 AM
  2. Domain Transfer - Email on Exchange Server
    By Fruitbat in forum General Technical Support
    Replies: 6
    Last Post: 23rd May 2006, 06:04 PM
  3. Paypal Control
    By Viking in forum ASP.NET
    Replies: 10
    Last Post: 1st April 2006, 10:26 AM
  4. 2checkout vs. Paypal
    By terraqueotenaz in forum Garble
    Replies: 0
    Last Post: 19th January 2005, 05:38 AM

Tags for this Thread

Bookmarks

Posting Permissions

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