mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-19 02:18:56 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95708 c90b9560-bf6c-de11-be94-00142212c4b1
100 lines
3 KiB
XML
100 lines
3 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.6 $ -->
|
|
<reference id="ref.pfpro">
|
|
<title>Verisign Payflow Pro functions</title>
|
|
<titleabbrev>Verisign Payflow Pro</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="pfpro.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
This extension allows you to process credit cards and other financial
|
|
transactions using Verisign Payment Services, formerly known as Signio
|
|
(<ulink url="&url.pfpro;">&url.pfpro;</ulink>).
|
|
</para>
|
|
<para>
|
|
When using these functions, you may omit calls to
|
|
<function>pfpro_init</function> and <function>pfpro_cleanup</function>
|
|
as this extension will do so automatically if required. However the
|
|
functions are still available in case you are processing a number of
|
|
transactions and require fine control over the library.
|
|
You may perform any number
|
|
of transactions using <function>pfpro_process</function> between the two.
|
|
</para>
|
|
<simpara>
|
|
These functions were added in PHP 4.0.2.
|
|
</simpara>
|
|
<note>
|
|
<para>
|
|
These functions only provide a link to Verisign Payment Services. Be sure
|
|
to read the Payflow Pro Developers Guide for full details of the required
|
|
parameters.
|
|
</para>
|
|
</note>
|
|
</section>
|
|
|
|
<section id="pfpro.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
You will require the appropriate SDK for your platform, which may be
|
|
downloaded <ulink url="&url.pfpro.download;">from within the manager
|
|
interface</ulink> once you have registered. If you are going to use this
|
|
extension in an SSL-enabled webserver or with other SSL components (such
|
|
as the CURL+SSL extension) you MUST get the beta SDK.
|
|
</para>
|
|
<para>
|
|
Once you have downloaded the SDK you should copy the files from
|
|
the <filename class="directory">lib</filename> directory of the
|
|
distribution. Copy the header file <filename>pfpro.h</filename>
|
|
to <filename class="directory">/usr/local/include</filename>
|
|
and the library file <filename>libpfpro.so</filename> to
|
|
<filename class="directory">/usr/local/lib</filename>.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="pfpro.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
These functions are only available if PHP has been compiled with the
|
|
<option role="configure">--with-pfpro[=DIR]</option> option.
|
|
</para>
|
|
</section>
|
|
|
|
&reference.pfpro.ini;
|
|
|
|
<section id="pfpro.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
<section id="pfpro.constants">
|
|
&reftitle.constants;
|
|
&no.constants;
|
|
</section>
|
|
|
|
</partintro>
|
|
|
|
&reference.pfpro.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
|
|
-->
|
|
|