2017 © Pedro Peláez
 

library flexpay-php-client

A client to Verotel FlexPay online payment gateway

image

verotel/flexpay-php-client

A client to Verotel FlexPay online payment gateway

  • Thursday, June 7, 2018
  • by verotel
  • Repository
  • 3 Watchers
  • 3 Stars
  • 4,215 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 34 % Grown

The README.md

Verotel FlexPay library

Tests Status, (*1)

This library allows you to use Verotel payment gateway and accept credit cards and other payment methods on your website., (*2)

Official Documentation

Documentation for the library can be found on the Control Center website., (*3)

Installation via Composer

composer require verotel/flexpay-php-client

Download manually

Download latest Release, (*4)

Usage

Composer

require_once 'vendor/autoload.php';

Direct require

require_once '<path-to-flexpay-php-client>/src/Verotel/FlexPay/Client.php';

Construction of client

// get your brand instance
$brand = Verotel\FlexPay\Brand::create_from_merchant_id(/* Your customer ID */ '9804000000000000');

$flexpayClient = new Verotel\FlexPay\Client(/* shop ID */ 12345, "FlexPay Signature Key", $brand);

Obtaining of purchase payment url

$purchaseUrl = $flexpayClient->get_purchase_URL([
    "priceAmount" => 2.64,
    "priceCurrency" => "EUR",
    "description" => "Test purchase",
]);

Obtaining of cancel subscription url

$cancelUrl = $flexpayClient->get_cancel_subscription_URL([ "saleID" => 12345 ]);

Validation of postback parameters

if (!$flexpayClient->validate_signature($_GET)){
    http_response_code(500);
    echo "ERROR - Invalid signature!";
    exit;
}

// handle correct postback
...

echo "OK";

License

The Verotel Flexpay PHP library is open-sourced software licensed under the MIT license., (*5)

The Versions

07/06 2018

dev-master

9999999-dev http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

The Development Requires

payment credit card flexpay verotel cardbilling billing.creditcard freenom pay

07/06 2018

4.3.0

4.3.0.0 http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

payment credit card flexpay verotel cardbilling billing.creditcard

23/04 2018

4.2.0

4.2.0.0 http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

payment credit card flexpay verotel cardbilling billing.creditcard freenom pay

27/11 2017

4.1.0

4.1.0.0 http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

payment credit card flexpay verotel cardbilling billing.creditcard freenom pay

27/11 2017

dev-verotel-patch-1

dev-verotel-patch-1 http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

payment credit card flexpay verotel cardbilling billing.creditcard freenom pay

31/05 2017

4.0.2

4.0.2.0 http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

payment credit card flexpay verotel cardbilling billing.creditcard freenom pay

16/11 2016

4.0.1

4.0.1.0 http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

payment credit card flexpay verotel cardbilling billing.creditcard freenom pay

12/10 2016

4.0.0

4.0.0.0 http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

payment credit card flexpay verotel cardbilling billing.creditcard freenom pay

05/09 2016

3.4.0

3.4.0.0 http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

payment credit card flexpay verotel cardbilling billing.creditcard freenom pay

25/08 2016

3.3.0

3.3.0.0 http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

payment credit card flexpay verotel cardbilling billing.creditcard freenom pay

08/07 2016

3.2.0

3.2.0.0 http://www.verotel.com

A client to Verotel FlexPay online payment gateway

  Sources   Download

MIT

payment credit card flexpay verotel