<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: I looking for a code library that that implements the Fast Transact gateway in PHP.</title>
      <link>http://ask.metafilter.com/12090/I-looking-for-a-code-library-that-that-implements-the-Fast-Transact-gateway-in-PHP/</link>
      <description>Comments on Ask MetaFilter post I looking for a code library that that implements the Fast Transact gateway in PHP.</description>
	  	  <pubDate>Tue, 23 Nov 2004 17:53:23 -0800</pubDate>
      <lastBuildDate>Tue, 23 Nov 2004 17:53:23 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: I looking for a code library that that implements the Fast Transact gateway in PHP.</title>
  	<link>http://ask.metafilter.com/12090/I-looking-for-a-code-library-that-that-implements-the-Fast-Transact-gateway-in-PHP</link>	
  	<description>Payment gateways ... A customer of mine is using Fast Transact as their merchant gateway. I would like to implement automatic payment processing through their gateway in PHP, but I can&apos;t find a code library that someone else has written that implements the Fast Transact gateway in PHP. Have you? &lt;br /&gt;&lt;br /&gt; Apparently EZIC is the parent company, but that doesn&apos;t turn up anything I can use either.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2004:site.12090</guid>
  	<pubDate>Tue, 23 Nov 2004 13:45:49 -0800</pubDate>
  	<dc:creator>SpecialK</dc:creator>
	
	<category>payments</category>
	
	<category>fasttransact</category>
	
	<category>php</category>
	
	<category>paymentprocessing</category>
	
</item>
<item>
  	<title>By: namespan</title>
  	<link>http://ask.metafilter.com/12090/I-looking-for-a-code-library-that-that-implements-the-Fast-Transact-gateway-in-PHP#210732</link>	
  	<description>they&apos;re not talking xml like everyone else is these days? Or giving you a simple HTTPS POST / response invocation method?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.12090-210732</guid>
  	<pubDate>Tue, 23 Nov 2004 17:53:23 -0800</pubDate>
  	<dc:creator>namespan</dc:creator>
</item>
<item>
  	<title>By: SpecialK</title>
  	<link>http://ask.metafilter.com/12090/I-looking-for-a-code-library-that-that-implements-the-Fast-Transact-gateway-in-PHP#210763</link>	
  	<description>Simple HTTPS post/response, so I can talk to them by sending and listening via Curl, ... however, it&apos;s kind of a pain in the ass to code something to listen for all the flags and send the transaction requests. I was hoping I&apos;d be able to save the ~10 hours of programming time I&apos;d have to spend and find something pre-made.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.12090-210763</guid>
  	<pubDate>Tue, 23 Nov 2004 18:55:53 -0800</pubDate>
  	<dc:creator>SpecialK</dc:creator>
</item>
<item>
  	<title>By: dorian</title>
  	<link>http://ask.metafilter.com/12090/I-looking-for-a-code-library-that-that-implements-the-Fast-Transact-gateway-in-PHP#210857</link>	
  	<description>check out what people are doing with oscommerce...&lt;br&gt;
&lt;br&gt;
what you want is not one of the current official payment gateways but I&apos;m sure there are some that are doing it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.12090-210857</guid>
  	<pubDate>Tue, 23 Nov 2004 21:47:21 -0800</pubDate>
  	<dc:creator>dorian</dc:creator>
</item>
<item>
  	<title>By: namespan</title>
  	<link>http://ask.metafilter.com/12090/I-looking-for-a-code-library-that-that-implements-the-Fast-Transact-gateway-in-PHP#210860</link>	
  	<description>Second &lt;a href=&quot;http://www.oscommerce.com&quot;&gt;OS commerce&lt;/a&gt;. Go to the forums and ask around if you don&apos;t see it listed in the documentation on the site as supported. Anything that&apos;s already done in PHP tends to find its way into OSC.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.12090-210860</guid>
  	<pubDate>Tue, 23 Nov 2004 21:50:55 -0800</pubDate>
  	<dc:creator>namespan</dc:creator>
</item>
<item>
  	<title>By: weston</title>
  	<link>http://ask.metafilter.com/12090/I-looking-for-a-code-library-that-that-implements-the-Fast-Transact-gateway-in-PHP#210895</link>	
  	<description>I say &amp;quot;meh&amp;quot; to OSCommerce. Several months back I went to integrate Linkpoint&apos;s gateway into a PHP commerce system, and thought I&apos;d save time by looking for pre-built stuff.  OSCommerce  had integration in it, but figuring out how it worked with their own layer really wasn&apos;t worth my time. Of course, Linkpoint *did* have their own library in PHP, which helped some, but even that was something of a time investment to digest.&lt;br&gt;
&lt;br&gt;
Anyway, this was almost a textbook case for discussion of why so many developers end up rolling their own solutions: well-designed, easy-to-use, off-the-shelf stuff is rare, and in many cases, coding your own is faster than really understanding someone else&apos;s choices.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.12090-210895</guid>
  	<pubDate>Tue, 23 Nov 2004 23:20:27 -0800</pubDate>
  	<dc:creator>weston</dc:creator>
</item>
<item>
  	<title>By: SpecialK</title>
  	<link>http://ask.metafilter.com/12090/I-looking-for-a-code-library-that-that-implements-the-Fast-Transact-gateway-in-PHP#210904</link>	
  	<description>I have the feeling that this is one of those cases where I&apos;m just going to subcontract the work out ... since they won&apos;t have to use or implement the rest of my API for this program, I&apos;ll just pay someone else do it. ;)</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.12090-210904</guid>
  	<pubDate>Wed, 24 Nov 2004 00:31:34 -0800</pubDate>
  	<dc:creator>SpecialK</dc:creator>
</item>

    </channel>
</rss>
