To ICEPAY Homepage »
Developer Network

Class references

ICEPAY_GiroPAY Class

The ICEPAY_GiroPAY class allows you to initiate GIROPAY payments.

Methods

ICEPAY_GiroPAY.Pay ( int amount, string description )

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

Argument Description
Country

Specifies the country of the end-user.

Currently, only DE (Germany) is supported.

Language

Specifies the payment screen language.

Currently, only DE (German) is supported.

Currency

Specifies the currency of the payment.

Currently, only EUR (Euro) is supported.

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.