< 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
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
Technical < 1 min read 11.06.2024
Abstract 1.12 released in Q4 2022 1.13 on Apr 23rd, 2024 (a year later than we anticipated while releasing 1.12) 3859 commits 23 contributors A stabilized Sylius API powered by API Platform It’s been a long and bumpy road. Having it behind our backs was a highway that led Sylius… Read More
Business Ecosystem News < 1 min read 06.06.2024
Welcome to the May summary! As an open-source eCommerce framework, Sylius continues to evolve with significant contributions from our vibrant community and valuable product updates. Apart from describing the technical changes, we will also quickly summarize the Sylius Technical Fundamentals & Sylius Polish Community Meetup and eCommerce Day Kaunas, as… Read More
Comments