[ic] VeriSign PayFlow Email

Michael Goldfarb interchange-users@icdevgroup.org
Tue Sep 24 15:50:01 2002


>> Just wondering if anyone else has received this message. One of our
>> clients who uses the VeriSign PayFlow program got it and then
>>forwarded
>> it to me.

>Yes, we received this email and so have our clients.  A quick fix to
>this problem is to make the following change, restart
>Interchange/Minivend after editing the module.
>
>Signio Globalsub (IC 4.6 and earlier):
>
>Remove:
>ORIGID      => $orderID,
>
>From:
>
>		my %query = (
>                    AMT         => $amount,
>                    EXPDATE     => $exp,                    
>                    TENDER      => 'C',
>                    PWD         => $secret,
>                    USER        => $user,    );
>
>Verisign Payment Module (IC 4.8 and later):
>
>Remove:
>
>ORIGID      => $orderID,
>
>From:
>
>		my %query = (
>                    AMT         => $amount,
>                    SHIPTOZIP   => $actual{zip},
>                    EXPDATE     => $exp,
>                    TENDER      => 'C',
>                    ORIGID      => $orderID,
>                    PWD         => $secret,
>                    USER        => $user,
>                    TRXTYPE         => $transtype,
>    );
>
>This should get you processing orders again with Verisign.  The ORIGID
>is only needed when making a sale or authorization based on a previous
>sale or authorization.
>
>Good luck,
>-Ron

Thanks Ron!

That will save us a lot of headache :)