Payflow Pro - A Simple Problem & Solution

Word Count: 148

I am going to continue on my Payflow Pro run here and share a simple problem and solution that a client recently presented me with. The customer uses the Payflow Pro manager to view the transaction list. The only problem is that the order id on our end is passed to the gateway but it is in a comments section and the only way to view the comments is to view the details. You can see from the image above that shows a listing of transactions that it is very hard to easily match up an order from our end to a transaction on their end. I found a simple fix to this, simply pass the first and last name attributes in the calling tag. This will make the list view of transactions easy to drill down to find a specific transaction.

<CFX_PAYFLOWPRO
   QUERY = "RESULT"
   HOSTADDRESS = "payflow.verisign.com"
   HOSTPORT = "443"
   TIMEOUT = "30"
   PROXYADDRESS = ""
   PROXYPORT = ""
   PROXYLOGON = ""
   PROXYPASSWORD = ""
   TRXTYPE = "S"
   TENDER = "C"
   certpath = "#certpath#"
   PARTNER = "paypal"
   USER = "username"
   PWD = "password"
   ACCT = "#acct#"
   EXPDATE = "#expdate#"
   AMT = "#amt#"
   COMMENT1 = "Order Number is #order_num#"
   COMMENT2 = ""
   CURRENCY = "AUD"
   FIRSTNAME = "#firstname#"
   LASTNAME = "#lastname#">


Comments



Post Your Comment







Show Captcha

If you subscribe, any new posts to this thread will be sent to your email address.

Copyright © 2007 Dan Vega | BlogCFC was created by Raymond Camden. This blog is running version 5.8.001.