Payflow Link exit page

skippysg
New Community Member

I need to post multiple variables back to a page so I can update my records. I am using classic .asp and vbscript. Currently this is what I am receiving when posting to a specific page:

 

RESULT = Request.Form("RESULT")
INVOICE = Request.Form("INVOICE")
TAX = Request.Form("TAX")
CSCMATCH = Request.Form("CSCMATCH")
ZIP = Request.Form("ZIP")
COUNTRY = Request.Form("COUNTRY")
USER1 = Request.Form("USER1")
STATETOSHIP = Request.Form("STATETOSHIP")
EMAILTOSHIP = Request.Form("EMAILTOSHIP")
AUTHCODE = Request.Form("AUTHCODE")
AVSDATA = Request.Form("AVSDATA")
PNREF = Request.Form("PNREF")
STATE = Request.Form("STATE")
USER5 = Request.Form("USER5")
NAMETOSHIP = Request.Form("NAMETOSHIP")
ZIPTOSHIP = Request.Form("ZIPTOSHIP")
RESPMSG = Request.Form("RESPMSG")
USER7 = Request.Form("USER7")
HOSTCODE = Request.Form("HOSTCODE")
CITY = Request.Form("CITY")
USER10 = Request.Form("USER10")
FAXTOSHIP = Request.Form("FAXTOSHIP")
PONUM = Request.Form("PONUM")
PHONE = Request.Form("PHONE")
AMOUNT = Request.Form("AMOUNT")
DESCRIPTION = Request.Form("DESCRIPTION")
CUSTID = Request.Form("CUSTID")
ADDRESS = Request.Form("ADDRESS")
USER3 = Request.Form("USER3")
COUNTRYTOSHIP = Request.Form("COUNTRYTOSHIP")
METHOD = Request.Form("METHOD")
USER6 = Request.Form("USER6")
TYPE = Request.Form("TYPE")

 

I try to do a response.write on a variable that should have something in it and everything appears to be empty. What am I doing wrong here? Thank you!

Login to Me Too
1 REPLY 1

Misty11
Advisor
Advisor

Hello skippysg, 

 

Welcome to the Community Robot wink.

 

This is a great question, however I would recommend checking out the PayPal Developer Forum they will be able to better answer your questions. Here is a direct link. I hope this will help.

Smiley HappyMisty




 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.