[interchange-docs] xmldocs - racke modified glossary/gateway

docs at icdevgroup.org docs at icdevgroup.org
Wed Nov 14 04:25:19 EST 2007


User:      racke
Date:      2007-11-14 09:25:19 GMT
Modified:  glossary gateway
Log:
use MV_PAYMENT_HOST instead of MV_PAYMENT_SERVER
partner is required for signio
WellsFargo individual docs started

Revision  Changes    Path
1.6       +50 -1     xmldocs/glossary/gateway


rev 1.6, prev_rev 1.5
Index: gateway
===================================================================
RCS file: /var/cvs/xmldocs/glossary/gateway,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gateway	13 Nov 2007 11:58:36 -0000	1.5
+++ gateway	14 Nov 2007 09:25:18 -0000	1.6
@@ -28,7 +28,7 @@
 <entry></entry>
 </row>
 <row>
-<entry>&var-MV_PAYMENT_SERVER;</entry>
+<entry><literal>MV_PAYMENT_HOST</literal></entry>
 <entry>gateway host name</entry>
 <entry>optional (predefined in module)</entry>
 </row>
@@ -59,6 +59,7 @@
 An example configuration looks like:
 <programlisting>
 Variable MV_PAYMENT_MODE signio
+Variable MV_PAYMENT_PARTNER verisign
 Variable MV_PAYMENT_ID nevairbe
 Variable MV_PAYMENT_SECRET foobar
 </programlisting>
@@ -73,6 +74,7 @@
 parameters for the gateway, otherwise the settings from the MV_PAYMENT_* may
 leak into the route.
 <programlisting>
+Route signio partner verisign
 Route signio id nevairbe
 Route signio secret foobar
 </programlisting>
@@ -280,6 +282,12 @@
 The AuthorizeNet account ID, received from AuthorizeNet after sign up.
 </para>
 </section>
+<section>
+<title>secret</title>
+<para>
+The AuthorizeNet account password, received from AuthorizeNet after sign up.
+</para>
+</section>
 </section>
 </section>
 
@@ -322,6 +330,17 @@
 </section>
 
 <section>
+<title>Signio</title>
+<section>
+<title>Parameters</title>
+<para>
+Required parameters are <literal>partner</literal>, <literal>id</literal>,
+and <literal>secret</literal>.
+</para>
+</section>
+</section>
+
+<section>
 <title>TCLink</title>
 <section>
 <title>Prerequisites</title>
@@ -333,4 +352,34 @@
 </section>
 </section>
 
+<section>
+<title>WellsFargo</title>
+<section>
+<title>Prerequisites</title>
 <para>
+Either Net::SSLeay or LWP::UserAgent and Crypt::SSLeay from CPAN.
+</para>
+</section>
+<section>
+<title>Parameters</title>
+<para>
+<!--
+Required parameters are <literal>id</literal>, <literal>referer</literal>.
+-->
+</para>
+<section>
+<title><literal>id</literal></title>
+<para>
+The WellsFargo merchant ID, received from WellsFargo after sign up.
+</para>
+</section>
+<section>
+<title><literal>referer</literal></title>
+<para>
+The url of the web page you are posting from.
+</para>
+</section>
+</section>
+</section>
+
+<para>
\ No newline at end of file








More information about the docs mailing list