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 Transactions

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2014-03-14T11:19:15.181687482
Classification:transactor_ipayment
Keywords:forAdmins, forBeginners
Author:Franz Holzinger
Email:franz@ttproducts.de
Info 4:
Language:en

img-1 img-2 EXT: iPayment Transactions - transactor_ipayment

EXT: iPayment Transactions

Extension Key: transactor_ipayment

Language: en

Keywords: forAdmins, forBeginners

Copyright 2011-2011, Franz Holzinger, <franz@ttproducts.de>

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.org

Table of Contents

EXT: iPayment Transactions 1

`Introduction 3 <#__RefHeading__8146_2075948339>`_

iPayment 3

`Users manual 4 <#__RefHeading__8156_2075948339>`_

FAQ 4

`Administration 5 <#__RefHeading__8160_2075948339>`_

FAQ 5

`Configuration 6 <#__RefHeading__8164_2075948339>`_

`Tutorial 7 <#__RefHeading__8166_2075948339>`_

Test accounts 7

`Known problems 8 <#__RefHeading__8170_2075948339>`_

`To-Do list 9 <#__RefHeading__8172_2075948339>`_

`Changelog 10 <#__RefHeading__8174_2075948339>`_

Introduction

iPayment

The payment gateway of iPayment is provided by 1&1.

Users manual

Use this extension together with the extension Payment Transactor and an application TYPO3 extension which needs its payment methods. Start with a test account as described in the technical manual of iPayment.

FAQ

  • Which payment methods are possible with this TYPO3 extension?Normaler Modus über CGI
  • Which method is used to verify if the payment at the iPayment site has been done successfully?

Administration

FAQ

How do I test the iPayment Gateway? I do not want to use my real account. Read the technical books about a test account: iPayment Test Creditcard

Visit https://ipayment.de/technik/cc_testnumbers.php4 to get credit card test numbers.

Configuration

tt_products example setup

Example :

plugin.tt_products {

payment >
payment {
  radio = 1
  TAXpercentage = 16
  10.title = Vorkasse
  20.title = Kreditkarte
  20.percentOfTotalShipping = 0.04
  30.title = Nachnahme
  30.discountDeactive = 1
  30.price.type = count
  30.price.1 = 4
  30.price.6 = 5.8
  30.price.noCostsAmount = 20
  30.showLimit = 99
   # Bezahlung über Kreditkarte mit iPayment
  100.title = Bezahlung über Kreditkarte
  100.handleLib = transactor
  100.image.file = EXT:transactor_ipayment/iPayment-header.jpg
  100.handleLib {
     extName = transactor_ipayment
     extTitle = iPayment von 1&1
     extWww = www.ipayment.de
     extInfo = Ein sicheres Abwicklungssystem für Online-Zahlungen
     extImage = EXT:transactor_ipayment/res/iPayment-header.jpg
     gatewaymode = form
     paymentMethod = ipayment_webpayment_standard
     currency = EUR
     templateFile = fileadmin/shop/transactor.tmpl
     returnPID = 34
  }

}

Tutorial

Test accounts

Make your entries in the Extension Manager for the iPayment extension. Get a test account at the link of the test account and enter the appropriate url.

Known problems

  • Get in contact with the iPayment support. Report any troubles and the solutions to the author of this extension.
  • After the payment the buyer does not automatically return to the shop to finish the payment.

To-Do list

- Integrate all new possibilities of iPayment.

Changelog

- 8.8.2011 First version used by tt_products 2.9.1

10