1.5.x-dev
1.5.9999999.9999999-dev https://github.com/ekyna/PayumPayzenPayZen Payum gateway
MIT
The Requires
1.3.x-dev
1.3.9999999.9999999-dev https://github.com/ekyna/PayumPayzenPayZen Payum gateway
MIT
The Requires
PayZen Payum gateway
PayZen Payum Gateway (Systempay, Scellius, CLIC&PAY, OSB, SOGE_COMMERCE), (*1)
composer require ekyna/payum-payzen
use Ekyna\Component\Payum\Payzen\Api\Api; use Ekyna\Component\Payum\Payzen\PayzenGatewayFactory; $factory = new PayzenGatewayFactory(); $gateway = $factory->create([ 'site_id' => '132456', 'certificate' => '132456', 'ctx_mode' => Api::MODE_PRODUCTION, 'hash_mode' => Api::HASH_MODE_SHA256, 'directory' => __DIR__ . '/payzen-cache', 'endpoint' => Api::ENDPOINT_SYSTEMPAY, // default value, see `Api::ENDPOINT_*` constants for more 'endpoint_url' => // null default value, add custom endpoint not in `Api::ENDPOINT_*` constants ]); // Register your convert payment action // $gateway->addAction(new \Acme\ConvertPaymentAction());
PayZen Payum gateway
MIT
PayZen Payum gateway
MIT