[ic] ECHO Payment Address Verification (Possible Solution)

Jon prtyof5 at attglobal.net
Fri Apr 8 00:28:29 EDT 2005


> On Mon, 7 Mar 2005, Jon wrote:
>
> >> Doesn't anyone use ECHO or just not for Address Verification ?
> >
> > With better understanding through debugging I figured out I needed to add the
> > following.
> [snip]
> > Also at a minimum it looks like the hash table type_map in  ECHO.pm
> > needs to be modified like such:
> >
> >        my %type_map = (
> >                mauth_capture                   =>      'ES',
> >                EV                              =>      'EV',
> >                mauthonly                               =>      'AS',
> >                CAPTURE_ONLY                    =>  'DS',
> >                CREDIT                                  =>      'CR',
> >                AUTH_ONLY                               =>      'AS',
> >                PRIOR_AUTH_CAPTURE              =>      'DS',
> >        );
> >
> > Does this seem correct ?  Assuming so does this need to be altered by
> > openecho.org or is it maintained by the interchange group ?
> > openecho.org seems to provide OpenECHO.pm but not ECHO.pm
>
> Jon,
>
> I've added that mapping you used to Vend::Payment::ECHO in CVS, so it
> should work for people in the future.
>
> Thanks,
> Jon
>
> --
> Jon Jensen
> End Point Corporation
> http://www.endpoint.com/
> Software development with Interchange, Perl, PostgreSQL, Apache, Linux, ...
>

    Thanks Jon !!

I've been using what I posted above and I haven't seen any problems.

You wouldn't happen to know if CVV2 (I think that's what its called) will
be supported by ECHO.pm and OpenECHO.pm some time in the
future ?

Jon





More information about the interchange-users mailing list