Re: Mauthonly followed by mauthcapture
This WebDNA talk-list message is from 2002
It keeps the original formatting.
numero = 42525
interpreted = N
texte = I'm not sure I'm following you about the perl, c asp bit... I'd like to dothis all using my existing WebMerchant back end - without having to writemore cgi... because I don't know how.Can I put the orders through as paymethod BK and then re-address them on asubsequent page of the order process? - essentially processing the ordertwice, only Capturing funds the second time?I'm not quite sure how this could work, but I'm not seeing a smoother wayyet.I remember it well, it was 8/13/02 22:38, and JamesDeCambra(jd@decambra.com) wrote:> There's a downloadable pdf on the cybercash (verisign) website that gives> more information, but here's the basics.> > The cybercash api works with perl, c or asp - you're prob using one of> these - and includes a number of messages that you can use. mauthcapture> and mauthonly are two. others do things like void, cancel, batch, query,> etc.> > If I recall the formats of the two are very similar, so you should be able> to just change the name of the message from 'mauthcapture' to 'mauthonly'> and send/recv the same key/value pairs.> > > James> > ----- Original Message -----> From: Josh Lynn
> To: WebCatalog Talk > Sent: Tuesday, August 13, 2002 7:22 PM> Subject: Re: Mauthonly followed by mauthcapture> > > Thanks James!> > But how do I submit send that subsequent macauthcapture? I was thinking of> creating a second tcpconnect on the cybercash page... but will that work?> > is there a simple(r) way?> > thanks> -josh> > I remember it well, it was 8/13/02 21:01, and James> DeCambra(jd@decambra.com) wrote:> >> Yes, this is possible and, in fact, doing the mauthonly first is the way> you>> want to do it. That way, if the AVS code that comes back is acceptable> you>> can either a) send a subsequent mauthcapture message to flag the> transaction>> for posting or b) manually flag the transaction for posting. If not, you>> can decline the transaction or add other steps for international> purchases.>> >> NOTE: If you do international transactions you may already know that some>> counties, like France and Greece, don't particiapte at all in any kind of>> address verification. Believe it or not.>> >> >> James>> >> ----- Original Message ----->> From: Josh Lynn >> To: WebCatalog Talk >> Sent: Tuesday, August 13, 2002 4:48 PM>> Subject: Mauthonly followed by mauthcapture>> >> >> Hello all:>> >> I'm wondering if anyone has encountered the problem I'm having and been> able>> to get past it:>> >> Using MauthCapture with cybercash in WebMerchant, it seems that it is>> possible for some orders to go through whithout producing an address match>> (i.e. if cc# and exp date are ok, and AVS code is S - this happened to us>> during fraudulent cc entry and produced fraudulent sales, so we are> working>> to preemt it the following way:).>> >> Because of this, we would like to base our capture on the AVS response,> and>> only approve under the following parameters:>> >> Y (address and zip match)>> Z (zip matches)>> A (Address Matches)>> S (will approve only if address given is out of USA)>> >> It seems that by performing a MauthOnly followed by MauthCapture if one> of>> said AVS codes was received. Is this possible? Is there another way?>> >> Please help - I'm in it deep!>> >> ciao>> -josh>> >> Joshua G. Lynn>> O, Font Bureau>> -- -- -- -->> josh@fontbureau.com>> 617.423.8770 (x13)>> >> > > > > -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://search.smithmicro.com/Joshua G. Lynn Œ, Font Bureau-- -- -- --josh@fontbureau.com617.423.8770 (x13)---------ANTI-SPAM------------For the sole purpose of reducing spam on our email server by catching robotsthat distribute to all listed addresses, mrexord@fontbureau.com andsamanxha@fontbureau.com are being listed here and are linked to oursuper-high-tech anti-spam-coordination monitor. Please ignore this note.-----------------------------------------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
I'm not sure I'm following you about the perl, c asp bit... I'd like to dothis all using my existing WebMerchant back end - without having to writemore cgi... because I don't know how.Can I put the orders through as paymethod BK and then re-address them on asubsequent page of the order process? - essentially processing the ordertwice, only Capturing funds the second time?I'm not quite sure how this could work, but I'm not seeing a smoother wayyet.I remember it well, it was 8/13/02 22:38, and JamesDeCambra(jd@decambra.com) wrote:> There's a downloadable pdf on the cybercash (verisign) website that gives> more information, but here's the basics.> > The cybercash api works with perl, c or asp - you're prob using one of> these - and includes a number of messages that you can use. mauthcapture> and mauthonly are two. others do things like void, cancel, batch, query,> etc.> > If I recall the formats of the two are very similar, so you should be able> to just change the name of the message from 'mauthcapture' to 'mauthonly'> and send/recv the same key/value pairs.> > > James> > ----- Original Message -----> From: Josh Lynn > To: WebCatalog Talk > Sent: Tuesday, August 13, 2002 7:22 PM> Subject: Re: Mauthonly followed by mauthcapture> > > Thanks James!> > But how do I submit send that subsequent macauthcapture? I was thinking of> creating a second tcpconnect on the cybercash page... but will that work?> > is there a simple(r) way?> > thanks> -josh> > I remember it well, it was 8/13/02 21:01, and James> DeCambra(jd@decambra.com) wrote:> >> Yes, this is possible and, in fact, doing the mauthonly first is the way> you>> want to do it. That way, if the AVS code that comes back is acceptable> you>> can either a) send a subsequent mauthcapture message to flag the> transaction>> for posting or b) manually flag the transaction for posting. If not, you>> can decline the transaction or add other steps for international> purchases.>> >> NOTE: If you do international transactions you may already know that some>> counties, like France and Greece, don't particiapte at all in any kind of>> address verification. Believe it or not.>> >> >> James>> >> ----- Original Message ----->> From: Josh Lynn >> To: WebCatalog Talk >> Sent: Tuesday, August 13, 2002 4:48 PM>> Subject: Mauthonly followed by mauthcapture>> >> >> Hello all:>> >> I'm wondering if anyone has encountered the problem I'm having and been> able>> to get past it:>> >> Using MauthCapture with cybercash in WebMerchant, it seems that it is>> possible for some orders to go through whithout producing an address match>> (i.e. if cc# and exp date are ok, and AVS code is S - this happened to us>> during fraudulent cc entry and produced fraudulent sales, so we are> working>> to preemt it the following way:).>> >> Because of this, we would like to base our capture on the AVS response,> and>> only approve under the following parameters:>> >> Y (address and zip match)>> Z (zip matches)>> A (Address Matches)>> S (will approve only if address given is out of USA)>> >> It seems that by performing a MauthOnly followed by MauthCapture if one> of>> said AVS codes was received. Is this possible? Is there another way?>> >> Please help - I'm in it deep!>> >> ciao>> -josh>> >> Joshua G. Lynn>> O, Font Bureau>> -- -- -- -->> josh@fontbureau.com>> 617.423.8770 (x13)>> >> > > > > -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://search.smithmicro.com/Joshua G. Lynn Œ, Font Bureau-- -- -- --josh@fontbureau.com617.423.8770 (x13)---------ANTI-SPAM------------For the sole purpose of reducing spam on our email server by catching robotsthat distribute to all listed addresses, mrexord@fontbureau.com andsamanxha@fontbureau.com are being listed here and are linked to oursuper-high-tech anti-spam-coordination monitor. Please ignore this note.-----------------------------------------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Josh Lynn
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
test (2002)
Showif for mulitple variations (1997)
Ram usage (1999)
WebCat2: Items xx to xx shown, etc. (1997)
Re:[off] Promotions Co? (1997)
Attn: Power Palle (2004)
Summary layout (1997)
Limiting user access to .tmpl files (1997)
WebCatalog & Mac OS X (client) vs. Redhat Linux (2001)
Robert Minor duplicate mail (1997)
Country & Ship-to address & other fields ? (1997)
WC Database Format (1997)
WebMerchant -- Sweeping WebDelivery < 24 hrs (2000)
HELP!!! (1998)
Nested vs conditional (1997)
[WriteFile] problems (1997)
WCS Newbie question (1997)
Enhanced Master Counter? (1997)
Director 7 (1999)
SetCookie / GetCookie Problem.... (2004)