PHPackages                             setono/sylius-quickpay-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. setono/sylius-quickpay-plugin

ActiveSylius-plugin[Payment Processing](/categories/payments)

setono/sylius-quickpay-plugin
=============================

Quickpay payment plugin for Sylius

v1.5.0(4mo ago)348.8k↓45.5%2[2 issues](https://github.com/Setono/SyliusQuickpayPlugin/issues)[1 PRs](https://github.com/Setono/SyliusQuickpayPlugin/pulls)1MITPHPPHP &gt;=8.1CI failing

Since Jun 25Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/Setono/SyliusQuickpayPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-quickpay-plugin)[ RSS](/packages/setono-sylius-quickpay-plugin/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (10)Dependencies (32)Versions (21)Used By (1)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a28f452250698fb1af3ddec24e103726d41fdecdfa1a7a6d10e3955db9b732bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365746f6e6f2f73796c6975732d717569636b7061792d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/setono/sylius-quickpay-plugin)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/14cd2e065a9da1eb56939304ba34640fc16ebc23468bfd9342bb09ed38f823fc/68747470733a2f2f7472617669732d63692e636f6d2f5365746f6e6f2f53796c697573517569636b706179506c7567696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Setono/SyliusQuickpayPlugin)

Quickpay Payment plugin for Sylius
==================================

[](#quickpay-payment-plugin-for-sylius)

This plugin adds Quickpay as a payment option to Sylius.

Installation
------------

[](#installation)

### 1. Install plugin

[](#1-install-plugin)

```
composer require setono/sylius-quickpay-plugin
```

### 2. Make sure the plugin is added to `bundles.php`:

[](#2-make-sure-the-plugin-is-added-to-bundlesphp)

```
# config/bundles.php
Setono\SyliusQuickpayPlugin\SetonoSyliusQuickpayPlugin::class => ['all' => true],
```

### 3. Import the config file

[](#3-import-the-config-file)

```
# config/packages/_sylius.yaml
imports:
    - { resource: "@SetonoSyliusQuickpayPlugin/Resources/config/app/config.yaml" }
```

### 4. (Optional) Import fixtures to play in your app

[](#4-optional-import-fixtures-to-play-in-your-app)

```
# config/packages/_sylius.yaml
imports:
    - { resource: "@SetonoSyliusQuickpayPlugin/Resources/config/app/fixtures.yaml" }
```

### 5: Add validator constraint (optional)

[](#5-add-validator-constraint-optional)

Add this constraint if you are planning on using Klarna.

Create `config/validator/Address.xml`:

```

            setono_sylius_quickpay.address.street_eligibility

                sylius_shipping_address_update
                sylius_checkout_complete
                sylius

```

Like it [configured](tests/Application/config/validator/Address.xml) at example application.

Configuration
-------------

[](#configuration)

Create a new Payment method of the type *Quickpay* and fill out the required form fields.

Testing
-------

[](#testing)

### Automated tests

[](#automated-tests)

Run `composer tests`

### Manual testing

[](#manual-testing)

- Use credit card numbers from

Troubleshooting
---------------

[](#troubleshooting)

- `Validation error: Transaction in wrong state for this operation` after upgrading to Sylius v1.6

    After this [commit](https://github.com/Sylius/Sylius/commit/6c748c9aec878687c610bd440aac9635143df0c3#diff-063b340e70ed54a7454a9c76bd3ef84eR158), `use_authorize` config option should be strictly `boolean` typed. Update your `payment_method` fixtures like done at this [commit](https://github.com/Setono/SyliusQuickpayPlugin/commit/a23a9d8552ed4dda528a810ed2c7e062106cf470).

    At live app - open each quickpay payment method at admin and click save so hidden `use_authorize` form field will be stored in database in new format.
- `Not authorized: Not authorized to PUT /payments/:id/link`at `/payment/authorize/...` url:

    You should check at `https://manage.quickpay.net/account/{QUICKPAY_MERCHANT_ID}/settings/users`that `System users` &gt; `API User` &gt; `User permissions` &gt; `Create or update payment link` have `PUT`checkbox checked. Also check `QUICKPAY_API_KEY` and `QUICKPAY_AGREEMENT_ID` is filled with `API User`'s api key and agreement id rather than `Payment Window`'s.
- `Validation error: order_id already exists on another payment`

    Make sure you changed your `QUICKPAY_ORDER_PREFIX` at `.env.*` to some unique string like `qp___` (when `date` should be updated to actual every time you recreate dev database) whenever you:

    - Recreating your database on dev environment and your order IDs become same as they was before
    - Use `SetonoSyliusQuickpayPlugin` at two different projects but with same QuickPay (developer) account credentials
- `Validation error: order_id must have length between 4 and 20`

    You should cut your `QUICKPAY_ORDER_PREFIX` to 11 chars or less.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance69

Regular maintenance activity

Popularity32

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 50.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~132 days

Recently: every ~414 days

Total

19

Last Release

123d ago

PHP version history (4 changes)v1.0.0-beta.1PHP ^7.2

v1.1.0PHP ^7.4

v1.2.0PHP &gt;=7.4

v1.4.0PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2412177?v=4)[Joachim Løvgaard](/maintainers/loevgaard)[@loevgaard](https://github.com/loevgaard)

---

Top Contributors

[![igormukhingmailcom](https://avatars.githubusercontent.com/u/6544038?v=4)](https://github.com/igormukhingmailcom "igormukhingmailcom (76 commits)")[![JaisDK](https://avatars.githubusercontent.com/u/15868585?v=4)](https://github.com/JaisDK "JaisDK (35 commits)")[![loevgaard](https://avatars.githubusercontent.com/u/2412177?v=4)](https://github.com/loevgaard "loevgaard (30 commits)")[![vvasiloi](https://avatars.githubusercontent.com/u/7114562?v=4)](https://github.com/vvasiloi "vvasiloi (10 commits)")

---

Tags

paymentphpquickpaysyliussylius-pluginsymfonypluginsyliuspaymentklarnapayumsetonoquickpay

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/setono-sylius-quickpay-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/setono-sylius-quickpay-plugin/health.svg)](https://phpackages.com/packages/setono-sylius-quickpay-plugin)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M646](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M308](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
