2002-04-15 00:12:54 +00:00
|
|
|
<?xml version='1.0' encoding='iso-8859-1'?>
|
2002-11-30 15:33:22 +00:00
|
|
|
<!-- $Revision: 1.5 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.mcve">
|
2002-10-21 03:31:02 +00:00
|
|
|
<title>MCVE Payment Functions</title>
|
|
|
|
<titleabbrev>MCVE</titleabbrev>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
<partintro>
|
2002-07-23 09:34:49 +00:00
|
|
|
<section id="mcve.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
2002-10-21 03:31:02 +00:00
|
|
|
These functions interface the MCVE API (libmcve), allowing you
|
|
|
|
to work directly with MCVE from your PHP scripts. MCVE is
|
|
|
|
Main Street Softworks' solution to direct credit card processing.
|
|
|
|
It lets you directly address the credit card clearing houses via
|
|
|
|
your *nix box, modem and/or internet connection (bypassing the
|
|
|
|
need for an additional service such as Authorize.Net or Pay
|
|
|
|
Flow Pro). Using the MCVE module for PHP, you can process
|
|
|
|
credit cards directly through MCVE via your PHP scripts. The
|
|
|
|
following references will outline the process.
|
2002-07-23 09:34:49 +00:00
|
|
|
</para>
|
2002-10-21 03:31:02 +00:00
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
MCVE is the replacement for RedHat's CCVS. They contracted with
|
|
|
|
RedHat in late 2001 to migrate all existing clientelle to the
|
|
|
|
MCVE platform.
|
|
|
|
</para>
|
|
|
|
</note>
|
2002-11-30 15:33:22 +00:00
|
|
|
¬e.no-windows.extension;
|
2002-07-23 09:34:49 +00:00
|
|
|
</section>
|
2002-11-30 15:33:22 +00:00
|
|
|
|
|
|
|
&reference.mcve.configure;
|
|
|
|
|
2002-10-21 03:31:02 +00:00
|
|
|
<section id="mcve.seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
Additional documentation about MCVE's PHP API can be found at
|
2002-11-30 15:33:22 +00:00
|
|
|
<ulink url="&url.mcve.docs;">&url.mcve.docs;</ulink>. Main Street's
|
2002-10-21 03:31:02 +00:00
|
|
|
documentation is complete and should be the primary reference
|
|
|
|
for functions.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.mcve.functions;
|
|
|
|
|
|
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|
|
|
|
|