ePages 6.17.9 - DE_EPAGES/PayPalPro/API/Cmpi.pm

Package DE_EPAGES::PayPalPro::API::Cmpi

API functions for cmpi / 3D Secure

@EXPORT_OK
cmpi_authenticate
cmpi_lookup

Functions

cmpi_authenticate
cmpi_lookup

cmpi_authenticate

call the function cmpi_authenticate

Syntax
my $hResult = cmpi_authenticate($Basket, $PaRes);
Input
$Object (Object)
basket or order
$PaRes (string)
PaRes value sent by cmpi callback
Return
$hResult (ref.hash)
result received from Centinel

cmpi_lookup

call the function cmpi_lookup

Syntax
my $hResult = cmpi_lookup($Basket, \%Params);
Input
$Object (Object)
basket or order
$hValues (ref.hash)
hash with parameters for the call
  • CCNumber - credit card number
  • ExpireMonth - credit card expire month, e.g. 03 for March, 11 for November
  • ExpireYear - credit card expire year, e.g. 09 for 2009
  • ClientIP - IP of the client machine (optional)

Return
$hResult (ref.hash)
result received from Centinel