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

docs at icdevgroup.org docs at icdevgroup.org
Tue Nov 13 06:58:36 EST 2007


User:      racke
Date:      2007-11-13 11:58:36 GMT
Modified:  glossary gateway
Log:
add more MV_PAYMENT variables
new section "Multiple Gateways"
add Interchange sale transaction
AuthorizeNet documentation extended

Revision  Changes    Path
1.5       +43 -0     xmldocs/glossary/gateway


rev 1.5, prev_rev 1.4
Index: gateway
===================================================================
RCS file: /var/cvs/xmldocs/glossary/gateway,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gateway	12 Nov 2007 14:06:43 -0000	1.4
+++ gateway	13 Nov 2007 11:58:36 -0000	1.5
@@ -42,6 +42,16 @@
 <entry>password</entry>
 <entry></entry>
 </row>
+<row>
+<entry><literal>MV_PAYMENT_REFERER</literal></entry>
+<entry>referring URL</entry>
+<entry></entry>
+</row>
+<row>
+<entry><literal>MV_PAYMENT_TEST</literal></entry>
+<entry>test mode</entry>
+<entry></entry>
+</row>
 </tbody>
 </tgroup>
 </informaltable>
@@ -55,6 +65,20 @@
 </para>
 </section>
 
+<section id="gateway_multiple">
+<title>Multiple Gateways</title>
+<para>
+With the &conf-Route; directive it is possible to specify payment gateways
+for special purposes. The payment route should set all relevant payment
+parameters for the gateway, otherwise the settings from the MV_PAYMENT_* may
+leak into the route.
+<programlisting>
+Route signio id nevairbe
+Route signio secret foobar
+</programlisting>
+</para>
+</section>
+
 <section id="gateway_transaction_types">
 <title>Transaction Types</title>
 <para>
@@ -86,6 +110,10 @@
 <entry>Reverse former transaction</entry>
 </row>
 <row>
+<entry>sale</entry>
+<entry></entry>
+</row>
+<row>
 <entry>settle</entry>
 <entry></entry>
 </row>
@@ -233,10 +261,25 @@
 
 <section>
 <title>AuthorizeNet</title>
+<para>
+The AuthorizeNet module implements the ADC Direct Response method for
+AuthorizeNet version 3.
+</para>
 <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 id and secret.</para>
+<section>
+<title>id</title>
+<para>
+The AuthorizeNet account ID, received from AuthorizeNet after sign up.
+</para>
+</section>
 </section>
 </section>
 








More information about the docs mailing list