ePages 7.1.0 - DE_EPAGES/Ipayment/API/CGI/SecurityHashGenerator.pm

Package DE_EPAGES::Ipayment::API::CGI::SecurityHashGenerator

Generator for ipayment security hashes

Functions

generateSecurityHash
new

generateSecurityHash

Generates an ipayment security hash from different input parameters

Syntax
generateSecurityHash( $UserId, $Amount, $Currency, $Password, $SecurityKey );
Input
$UserId (String)
UserId
$Amount (String)
Amount
$Currency (String)
Currency
$Password (String)
Password
$SecurityKey (String)
the security key which the merchant has chosen in the ipayment backoffice
Return
(String)
SecurityHash

new

constuctor

Syntax
new( );
Return
(DE_EPAGES::Ipayment::API::CGI::SecurityHashGenerator)
SecurityHashGenerator