This class can be used to submit payments to Estonian and Finnish banks.
It can generate HTML for payment buttons that when clicked lead the user to sites of supported banks on which they can authorize payments of configurable items and amounts.
The class can also validate whether the payments were completed successfully by handling requests to return pages where the user browser is redirected after the user has completed a payment.
Currently it supports payments processed by the banks and Web payment services:
Swedbank (Estonia)
SEB (Estonia)
Sampo (Estonia & Finland)
Nordea (Estonia & Finland)
Estcard (Estonian credit card web service, Mastercard, Visa, etc)
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
class.epay.php |
Class |
Main class, this file also calls the configuration file and expects the file to be in the same directory as the class.epayments.php file. This file should not be edited, unless necessary for some reason. |
config.epay.php |
Conf. |
Configuration file for each profile. This also includes testing environment access informatin, if that profile has it (read the comments). Whenever setting up a e-payment link, this file should be configured accordingly. |
gate.epay.php |
Aux. |
This is gateway file that is used to submit data to the bank service or parse the result from the service. |
example-submit.php |
Example |
This is example file, which generates the form that submits order data to gateway and gateway then submits it to the bank. |
example-return.php |
Example |
This is example return page, which receives returned information from bank. |
readme.txt |
Doc. |
Consult this for further information |
seb-est-bank-public.pem |
Data |
SEB payment test environment key |
seb-est-client-private.pem |
Data |
SEB payment test environment key |