DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: iPayment for PaymentLib

Author:Robert Lemke
Created:2005-09-11T13:26:10
Changed:00:00:00
Email:robert@typo3.org

EXT: iPayment for PaymentLib

Extension Key: paymentlib

Copyright 2005, Robert Lemke, <robert@typo3.org>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

EXT: iPayment for PaymentLib 1

Introduction 1

What does it do? 1

Sponsorship 1

Installation and setup 2

Installation 2

Changelog 2

Introduction

What does it do?

This is an implementation of a client for the iPayment (http://ipayment.de) payment gateway. It provides the iPayment specific features to the PaymentLib Code Library.

The code library acts as an abstraction layer for generally handling and managing online payments with TYPO3. It allows other extension to easily and safely integrate payment functionality without the need to support a specific payment gateway or provider. If an extension works with paymentlib , it automatically supports all payment providers which have been implemented for paymentlib .

Important notes:

Although I have put much care into developing this extension I cannot guarantee by no means that it is totally safe and bug free. At the current state it is not recommended using this code library if you don't know PHP and check the scripts for security issues yourself!

If you find any security issues, please send an email to the TYPO3 security team at security@typo3.org before publishing the issue.

Another note:

This extension requires at least PHP 5.0.0 and a TYPO3 version which also supports that (TYPO3 3.8.0 should be fine, to be really sure you might want to wait until TYPO3 4.0).

Sponsorship

If this extension helped you making a great website and you liked my work, please consider sponsoring a part of my development. I developed this code library in the hope to make TYPO3 an even more useful application framework by providing this way of abstraction which saves us from writing the same routines again and again.More information about sponsorship and the further development of this extension can be found at http://robertlemke.de/en/resources/extensions.html

Installation and setup

Installation

Just install the paymentLib code libary and this extension with the extension manager.

FIXME: Describe the configuration options in the Extension Manager

Then you might want to additionally install an application actually using the paymentlib (like the Event Database rlmp_eventdb extension for example).

Changelog

Version 0.0.0

First version

img-1 EXT: iPayment for PaymentLib - 2