To ICEPAY Homepage »
Developer Network

Class references

ICEPAY_DirectEBank Class

The ICEPAY_DirectEBank class allows you to initiate Direct E-Banking payments.

Methods

ICEPAY_DirectEBank.Pay ( string country, string language, string currency, int amount, int string description )

Calling the Pay method will return you a URL to the Direct E-Banking payment screen. You can use this URL to automatically redirect the end-user.

Argument Description
Country

Specifies the country of the end-user.

AT
Austria
BE
Belgium
CH
Switzerland
DE
Germany
GB
Great Britain
Language

Specifies the payment screen language.

DE
German
EN
English
FR
French
NL
Dutch
Currency

Specifies the currency of the payment. The following currencies are supported:

GBP
Pound sterling
EUR
Euro
Amount

Specifies the amount (in eurocents) of the payment.

The minimum amount is 30 eurocents. The maximum amount is 1000000 eurocents.

Description

Specifies the description of the payment.