logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::TCLink - Perl interface to the TrustCommerce payment gateway

Author

Description

       Net::TCLink is a module that allows for fast, secure, reliable credit card and check transactions via the
       TrustCommerce IP gateway.  The module consists of a single functions call that accepts a hash that
       describes the requested transaction and returns a map that describes the result.  What values can be
       passed and returned are beyond the scope of this document and can be found in the web developers guide.
       This guide is included the Net::TCLink distribution as TCDevGuide.{txt,html} or can be found at
       https://vault.trustcommerce.com/.

   EXPORT
       None by default.

Name

       Net::TCLink - Perl interface to the TrustCommerce payment gateway

See Also

perl(1).

perl v5.40.0                                       2024-10-20                                        TCLink(3pm)

Synopsis

         use Net::TCLink;
         %results = Net::TCLink::send(%params);

See Also