Search Again:

Re: Problem with Address using PC Authorize

From: Shawn Hogan
Date: Tuesday, August 13, 2002
Time: 11:16:47 am

Richard Linnabery wrote:

> I use PC Authorize to bill credit cards, and I just recently realized the
> complete address is not being sent from Optigold to the PC Authorize software.
> Only the numeric portion is being sent. I verified the "Use Numeric Address
> Only" setting is set to no.
>
> Apparently, based on a review of old batches, this has been happening since I
> first set up Optigold. The problem is my credit card processor has just
> started charging a much higher discount rate without the address. The zip
> passes, but the address fails with just the numeric entry.

I just double checked, and this is the logic it uses to decide what to
send...

If(
Global_Variables::pNumeric Address Authorization = "Yes",
NumToText( TextToNum(
If(
Global_Variables::pSend Null Billing Data To When Address
Missing = "Yes" and IsEmpty(cBilling Address Output 1),
"111",
cBilling Address Output 1
)
) ),
If(
Global_Variables::pSend Null Billing Data To When Address Missing =
"Yes" and IsEmpty(cBilling Address Output 1),
"111",
cBilling Address Output 1
)
)

So basically if you have it set to use only the numeric address, it will use
only the numeric portion. Also, if it has no address, and you have it setup
to send null addresses if it's missing, it will send a "111" as the address.
But that only applies if the address is empty. You may want to check the PC
Auth Hub log file to see if it has any details on it...

- Shawn

-------------------------------
Shawn D. Hogan
President, Digital Point Solutions
http://www.digitalpoint.com
(858) 452-3696


---------------------------------------------------
To subscribe, unsubscribe or to search list archive
please visit http://www.optigold.com/lists/isp.html
---------------------------------------------------



Messages In This Thread:



Return to Digital Point Solutions' Home Page