< 1 min. read
Categories:
Payments support
Sylius finally supports payment gateways out of the box, thanks to the integration with Payum library.
Payments support

In case you missed it, Sylius finally integrated Payum library for handling payments. (see roadmap)

Thanks to the amazing work of Maksim Kotlyar. See the magical Pull Request here.

About Payum

Payum is a domain friendly payment framework for PHP. Just like Sylius, it is built with flexibility in mind and can be heavily customized.
It is released under the MIT license, so you can use it for your open source and commercial projects.

The library comes with a Symfony2 integration out of the box, through PayumBundle.
There are several other integrations in development for Laravel and Yii framework.

You should definitely check it out!

Supported gateways

For the initial implementation we have selected Paypal Express Checkout and Stripe for credit card payments.
With relatively small effort we are going to introduce support for all Omnipay gateways. (through a bridge)

Currently, as a proof of concept, we support:

  • Paypal Express Checkout
  • Stripe
  • Dummy (for testing purposes)

In the near feature, we want to support:

  • 2Checkout
  • Authorize.Net
  • Buckaroo
  • CardSave
  • eWAY Rapid 3.0
  • First Data Connect
  • GoCardless
  • Offline payments
  • Migs
  • Mollie
  • MultiSafepay
  • Netaxept (BBS)
  • Netbanx
  • PayFast
  • Payflow Pro
  • Pin Payments
  • Sage Pay
  • SecurePay Direct Post
  • TargetPay
  • WorldPay

What’s next?

The integration is very initial, but gives us a great foundation for everything payment-related.
There are some Pull Requests with features like payment state change events.
We’re also trying to decouple the “purchase” step from checkout, so that you can transparently replace the payment system with your own.

We’d love to allow users to configure the payment gateway through backend, on the current payment method editing form, but that will come with future releases.

The payments are disabled for the demo! (Use “Dummy” payment method to checkout properly)

Tags:
Share:
Paweł Jędrzejewski
Self-taught developer and entrepreneur, who has built an entire career and business through Open Source technology. Speaker at international conferences. PHPers meetups co-organizer. Keen on helping other young entrepreneurs and companies who may want to follow a similar path.
More from our blog
Technical < 1 min read 04.12.2024
Here’s everything you had to know about the first major release since 2017! Over 7 years after the first major release, on Nov 12, 2024, we have released Sylius 2.0.0. We had a great opportunity to announce it first at SyliusCon in Lyon, but now, as we are back to… Read More
< 1 min read 22.11.2024
The emotions start to settle after SyliusCon, and it’s time to reflect on this incredible milestone in our journey. Why a milestone? Because SyliusCon exceeded our expectations in every possible way. We broke attendance records and brought together the key figures of our community, numerous partners, freelancers, and simply all… Read More
Cloud < 1 min read 17.06.2024
We are thrilled to announce that we just signed a strategic partnership with Platform.sh, and as a result, we are extending our offer with Sylius Cloud powered by Platform.sh. Platform.sh is a modern Platform-as-a-Service (PaaS) solution that allows businesses to leverage the cloud environment without losing access to the code… Read More
Comments