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: Payment Method Saferpay

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2007-07-23T22:03:37
Description:This document contains the infos how to use the gateway of Saferpay with TYPO3 and tt_products.
Author:Franz Holzinger
Email:kontakt@fholzinger.com
Info 3:
Info 4:

EXT: Payment Method Saferpay

Extension Key: paymentlib_saferpay

Copyright 2007-2007, Franz Holzinger, <kontakt@fholzinger.com>

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: Payment Method Saferpay 1

Introduction 1

What does it do? 1

Users manual 2

FAQ 2

Adminstration 2

FAQ 2

Configuration 2

FAQ 2

Reference 3

Tutorial 3

Known problems 3

To-Do list 3

Changelog 3

Introduction

What does it do?

This implements the Saferpay specific code needed to work together with the Payment Library.

img-1

Saferpay ist die sichere E-Payment-Lösung für die Abwicklung von Online-Zahlungen über das Internet.

Die zertifizierte Payment-Plattform bietet Gewähr für einen einfachen und sicheren Zahlungsverkehr der

Kredit- und Debitkarten, sowohl für den Shopbetreiber, als auch für den Karteninhaber.

Saferpay est la solution de paiement électronique offrant une sécurité recherchée dans le traitement de

paiements en ligne sur internet. La plate-forme de paiement certifiée garantit une opération financière sûre

et simple des cartes de crédit et de débit pour les commerçants ainsi que pour les titulaires de carte.

Saferpay is the secure e-payment solution for the processing of online payments over the Internet. The certified

payment platform provides a guarantee for easy and secure payment transactions with credit cards and debit cards

for the shop operator and the cardholder alike.

Users manual

Use this extension together with the Payment Library and an application TYPO3 extension which needs its payment methods.

FAQ

- Possible subsections: FAQ

Adminstration

FAQ

Configuration

tt_products example setup

Example :

payment >
payment {
  radio = 1
  TAXpercentage = 16
  10.title = Vorkasse
  20.title = Saferpay
  20.percentOfTotalShipping = 0.04
  30.title = Nachnahme
  30.discountDeactive = 1
  30.priceTax.type = count
  30.priceTax.1 = 4
  30.priceTax.6 = 5.8
  30.priceTax.noCostsAmount = 20
  30.showLimit = 99
  40.title = Saferpay Gateway
  40.handleLib = paymentlib
  40.image.file = EXT:paymentlib_saferpay/res/logo_saferpay_color_low.png
  40.handleLib {
     extName = saferpay
     extTitle = Saferpay Gateway
     extInfo = Saferpay is the secure e-payment solution for the processing of online payments over the Internet.
     extImage = typo3conf/ext/paymentlib_saferpay/res/logo_saferpay_color_low.png
     gatewaymode = form
     paymentMethod = paymentlib_saferpay_all
     Currency = EUR
     templateFile = EXT:tt_products/template/paymentlib.tmpl
  }
 }

FAQ

How do I enter the account information of the Gateway?

Use the Extension Manager on click on the extension 'Transaction Central Payment Library'. Then you will see edit forms where you can enter the values.

Which extension use the Payment Library?tt_products

Subheadlines

You can produce subheadlines in a section using “Heading 4” or “Heading 5” (normally used for “Examples”)

Reference

- Possible subsections: Reference (TypoScript)

gatewaymode

Property

gatewaymode

Data type

string

Description

'webservice': The server is running a webservice job. The server must be certified to use it.

'form': The payment is done on a form on the Saferpay server.

Default

[tsref:(cObject).TEST]

((generated))
Example

Here you would show an example of the stuff from the reference or so:

page = PAGE
page.typeNum = 0
page.10 = TEXT
page.10.value = HELLO WORLD

Tutorial

- A full point-a-to-b-to-c walk-through of an application of the extension. Include screendumps.

- Language: As tutorials are...

- Target group: Whatever fits.

Known problems

- Use this section for important warnings about bugs, problems or performance issues. This is where you should explain shortcomings of the extension, so people are properly warned. Be honest.

- Target group: Mostly Developers

To-Do list

- A wish list of things you want to add or fix. This includes smaller problems/bugs which are best described as a todo item.

- Visions for what the extension could become with more development.

Changelog

- Use this sections to document all the changes through the versions.

img-2 EXT: Payment Method Saferpay - 3