Re: Mauthonly followed by mauthcapture

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 42552
interpreted = N
texte = You may be able to use Webcat to write the logic needed to interface with cybercash but they employ some kind of encryption which you may not be able to work around.They do have utilities you can install (c, asp or perl) and you'd only need to call their modules. Check with their support staff (always a challenge in itself). James-----Original Message----- From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of Josh Lynn Sent: Wednesday, August 14, 2002 7:08 AM To: WebCatalog Talk Subject: Re: Mauthonly followed by mauthcapture I'm not sure I'm following you about the perl, c asp bit... I'd like to do this all using my existing WebMerchant back end - without having to write more cgi... because I don't know how.Can I put the orders through as paymethod BK and then re-address them on a subsequent page of the order process? - essentially processing the order twice, only Capturing funds the second time?I'm not quite sure how this could work, but I'm not seeing a smoother way yet.I remember it well, it was 8/13/02 22:38, and James DeCambra(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.com 617.423.8770 (x13)---------ANTI-SPAM------------ For the sole purpose of reducing spam on our email server by catching robots that distribute to all listed addresses, mrexord@fontbureau.com and samanxha@fontbureau.com are being listed here and are linked to our super-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/ ------------------------------------------------------------- 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:

    
  1. Re: Mauthonly followed by mauthcapture (Scott Anderson 2002)
  2. Re: Mauthonly followed by mauthcapture (James \(d\) DeCambra 2002)
  3. Re: Mauthonly followed by mauthcapture (Josh Lynn 2002)
  4. Re: Mauthonly followed by mauthcapture (James DeCambra 2002)
  5. Re: Mauthonly followed by mauthcapture (Josh Lynn 2002)
  6. Re: Mauthonly followed by mauthcapture (James DeCambra 2002)
  7. Mauthonly followed by mauthcapture (Josh Lynn 2002)
You may be able to use Webcat to write the logic needed to interface with cybercash but they employ some kind of encryption which you may not be able to work around.They do have utilities you can install (c, asp or perl) and you'd only need to call their modules. Check with their support staff (always a challenge in itself). James-----Original Message----- From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of Josh Lynn Sent: Wednesday, August 14, 2002 7:08 AM To: WebCatalog Talk Subject: Re: Mauthonly followed by mauthcapture I'm not sure I'm following you about the perl, c asp bit... I'd like to do this all using my existing WebMerchant back end - without having to write more cgi... because I don't know how.Can I put the orders through as paymethod BK and then re-address them on a subsequent page of the order process? - essentially processing the order twice, only Capturing funds the second time?I'm not quite sure how this could work, but I'm not seeing a smoother way yet.I remember it well, it was 8/13/02 22:38, and James DeCambra(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.com 617.423.8770 (x13)---------ANTI-SPAM------------ For the sole purpose of reducing spam on our email server by catching robots that distribute to all listed addresses, mrexord@fontbureau.com and samanxha@fontbureau.com are being listed here and are linked to our super-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/ ------------------------------------------------------------- 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/ James \(d\) DeCambra

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:

[protect] on NT? (1997) WC Database Format (1997) OT: Stats Program for FTP (2004) [INCLUDE] Limitations (1998) WebCat2 several catalogs? (1997) 2nd WebCatalog2 Feature Request (1996) how to do multiple prices/item? (1998) PCS Emailer's role ? (1997) Re[2]: 2nd WebCatalog2 Feature Request (1996) Loss in form (1998) Date problems (1997) Trouble serving graphics on protected templates (1998) Simple Page (2000) Date Time Oddness (1999) Search in 2 or more catalogs (1997) Sort Order on a page search (1997) Automatically submitting form with web cat. (2001) More on IE5 (2000) BBEdit and WebCatalog 2.0? (1997) Macos8.6 to X migration problems (2000)