Re: Alternative to Authorize.net

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 46146
interpreted = N
texte = That's outstanding, thanks Will.We're thinking of moving over to PayFlow and would need to convert our current merchant sites from AuthNet to it.PayFlow looks like it works very similar to AuthNet, so that would make the change much easier.With the current setup that I use for AuthNet, I take the response code that comes back to route the visitor to the appropriate page (approved, declined, error) and then take snippets of the response text to match it to a more detailed message that is returned to the browser. Looks like I could use the same type of setup with PayFlow.Thanks! GK | OK, I'm using PayFlow Link, and I don't use WebMerchant. | | Basically, with Link, a set of formvariables needs to be passed to | Verisign's secure server. I've listed the ones we pass below. You have | the option of using Verisign's own form (I don't, cause it's cheesy), | or creating your own. Verisign will pass the formvariables you submit | along with an approval number and code, AVS (street and name matching), | and CSC (card security code) match back to whatever url you specify. | I'd say the whole thing is relatively easy to implement, and their | documentation is really quite good. I'd say the only down side is that | it doesn't handle erroneous data very well, in that it insists on | inserting it's own error messages, which are not very helpful. For | instance, if an account number has anything but numbers. I'd prefer it | if they would just pass those errors back to me, and let me deal with | them with WebDNA. But, aside from this minor annoyance, it's great. | | The formvariables I pass look like this: | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | Good luck, hope this helps... | | -Will | | On Monday, December 9, 2002, at 12:20 PM, Gary Krockover wrote: | | > Will, | > | > Are you using the templates related to PayFlow straight from | > Webmerchant, or | > some variation of those templates or something custom? | > | > How hard was it to implement? Is it much different than AuthNet as | > far as | > the coding goes if you know? | > | > Thanks, | > GK | > | > | > | I use PayFlow Link (from Verisign) and it is absolutely wonderful. | > | | > | Not a single processor problem in over a year and a half of use. | > | | > | Will Starck | > | NovaDerm Skincare Science | > | http://www.novaderm.com | > | wjs@novaderm.com | > | | > | | > | | > | On Monday, December 9, 2002, at 11:09 AM, Gregg Luhring wrote: | > | | > | > Hello, | > | > | > | > Since it seems that Authorize.Net has turned into a nightmare for | > many | > | > of | > | > you. What other payment processors is anyone having luck with? In | > the | > | > WebDNA | > | > StoreBuilder Admin there are choices for PayFlow Pro, CyberSource, | > | > MacAuthorize, AuthorizeNet & CyberCash. I realize CyberCash & | > | > MacAuthorize | > | > are extinct, but what about the other two? Does anyone have | > experience | > | > with | > | > PayFlow Pro or CyberSource? Good Experience? | > | > | > | > Has anyone remained unaffected by the recent changes by | > Authorize.Net? | > | > | > | > Thanks | > | > -- | > | > Gregg Luhring | > | > 3W Design Group, Inc. * http://www.3wdesign.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://webdna.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://webdna.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://webdna.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://webdna.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://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Alternative to Authorize.net (Sal D'anna 2002)
  2. Re: Alternative to Authorize.net (Gary Krockover 2002)
  3. Re: Alternative to Authorize.net (Sal D'anna 2002)
  4. Re: Alternative to Authorize.net (Gary Krockover 2002)
  5. Re: Alternative to Authorize.net (WJ Starck 2002)
  6. Re: Alternative to Authorize.net (Gary Krockover 2002)
  7. Re: Alternative to Authorize.net (WJ Starck 2002)
  8. Re: Alternative to Authorize.net (Donovan 2002)
  9. Re: Alternative to Authorize.net (Inkblot Media 2002)
  10. Alternative to Authorize.net (Gregg Luhring 2002)
That's outstanding, thanks Will.We're thinking of moving over to PayFlow and would need to convert our current merchant sites from AuthNet to it.PayFlow looks like it works very similar to AuthNet, so that would make the change much easier.With the current setup that I use for AuthNet, I take the response code that comes back to route the visitor to the appropriate page (approved, declined, error) and then take snippets of the response text to match it to a more detailed message that is returned to the browser. Looks like I could use the same type of setup with PayFlow.Thanks! GK | OK, I'm using PayFlow Link, and I don't use WebMerchant. | | Basically, with Link, a set of formvariables needs to be passed to | Verisign's secure server. I've listed the ones we pass below. You have | the option of using Verisign's own form (I don't, cause it's cheesy), | or creating your own. Verisign will pass the formvariables you submit | along with an approval number and code, AVS (street and name matching), | and CSC (card security code) match back to whatever url you specify. | I'd say the whole thing is relatively easy to implement, and their | documentation is really quite good. I'd say the only down side is that | it doesn't handle erroneous data very well, in that it insists on | inserting it's own error messages, which are not very helpful. For | instance, if an account number has anything but numbers. I'd prefer it | if they would just pass those errors back to me, and let me deal with | them with WebDNA. But, aside from this minor annoyance, it's great. | | The formvariables I pass look like this: | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | Good luck, hope this helps... | | -Will | | On Monday, December 9, 2002, at 12:20 PM, Gary Krockover wrote: | | > Will, | > | > Are you using the templates related to PayFlow straight from | > Webmerchant, or | > some variation of those templates or something custom? | > | > How hard was it to implement? Is it much different than AuthNet as | > far as | > the coding goes if you know? | > | > Thanks, | > GK | > | > | > | I use PayFlow Link (from Verisign) and it is absolutely wonderful. | > | | > | Not a single processor problem in over a year and a half of use. | > | | > | Will Starck | > | NovaDerm Skincare Science | > | http://www.novaderm.com | > | wjs@novaderm.com | > | | > | | > | | > | On Monday, December 9, 2002, at 11:09 AM, Gregg Luhring wrote: | > | | > | > Hello, | > | > | > | > Since it seems that Authorize.Net has turned into a nightmare for | > many | > | > of | > | > you. What other payment processors is anyone having luck with? In | > the | > | > WebDNA | > | > StoreBuilder Admin there are choices for PayFlow Pro, CyberSource, | > | > MacAuthorize, AuthorizeNet & CyberCash. I realize CyberCash & | > | > MacAuthorize | > | > are extinct, but what about the other two? Does anyone have | > experience | > | > with | > | > PayFlow Pro or CyberSource? Good Experience? | > | > | > | > Has anyone remained unaffected by the recent changes by | > Authorize.Net? | > | > | > | > Thanks | > | > -- | > | > Gregg Luhring | > | > 3W Design Group, Inc. * http://www.3wdesign.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://webdna.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://webdna.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://webdna.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://webdna.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://webdna.smithmicro.com/ Gary Krockover

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:

New York City sales tax database needed (1997) Nav. 4 probs with cart (1997) WebCatb15 Mac CGI -- [purchase] (1997) 2.0Beta Command Ref (can't find this instruction) (1997) [append] problem (1997) WebCat2b13MacPlugIn - more [date] problems (1997) Multiple catalog databases and showcart (1997) psst (1997) (1997) complete escaped ascii chart - importing and exporting files question (1998) Converting spaces to + in results list (2000) Deleting with contexts (2001) WebCatalog for Postcards ? (1997) WebCatalog.acgi quitting with error Type 2 (1998) Purchase command error problem (1997) Multiple security dbs (1997) [WebDNA] [BULK] looking for the holy grail of hosting still (2013) Replto in [SendMail] (2000) RE: Error: template (1997) Upgrade to wsV (2004)