2017 © Pedro Peláez
 

library qazkom-epay

PHP library for Qazkom ePay. Fork of the original kolesa-team/qazkom-epay

image

panda-madness/qazkom-epay

PHP library for Qazkom ePay. Fork of the original kolesa-team/qazkom-epay

  • Tuesday, January 30, 2018
  • by panda-madness
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Qazkom-epay

PHP library for Qazkom ePay integration, (*1)

Installation

$ composer require kolesa-team/qazkom-epay

Basic usage

$client = new \Epay\Client(array(
    'MERCHANT_CERTIFICATE_ID' => 'merchant certificate id',
    'MERCHANT_NAME'           => 'merchant name',
    'PRIVATE_KEY_FN'          => 'private key filename',
    'PRIVATE_KEY_PASS'        => 'private key password',
    'PRIVATE_KEY_ENCRYPTED'   => 1,
    'XML_TEMPLATE_FN'         => 'xml template filename',
    'XML_TEMPLATE_CONFIRM_FN' => 'xml confirmation template filename',
    'PUBLIC_KEY_FN'           => 'public key filename',
    'MERCHANT_ID'             => 'merchant id',
));

// Sign request for payment
$signature = $client->processRequest($orderId, $client->getCurrencyId('KZT'), $amount);

// Process payment system response
$result = $client->processResponse($response);

// Confirm request to unblock amount
$result = $client->processConfirmation($reference, $approvalCode, $orderId, $client->getCurrencyId('KZT'), $amount);

More information at https://testpay.kkb.kz/doc/htm/, (*2)

The Versions

30/01 2018

dev-master

9999999-dev

PHP library for Qazkom ePay. Fork of the original kolesa-team/qazkom-epay

  Sources   Download

The Development Requires

by Margulan Baimbet

22/01 2018

1.0.0

1.0.0.0

PHP library for Qazkom ePay

  Sources   Download

The Development Requires

29/11 2017

dev-patch-3

dev-patch-3

PHP library for Qazkom ePay

  Sources   Download

The Development Requires

29/11 2017

dev-patch-2

dev-patch-2

PHP library for Qazkom ePay

  Sources   Download

The Development Requires

27/03 2017

dev-patch-1

dev-patch-1

PHP library for Qazkom ePay

  Sources   Download

The Development Requires