< 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
Business News Technical < 1 min read 28.09.2020
Get ready for global sales & operations with the most advanced payment solution from the famous fintech giant, now available in Sylius out of the box. Read More
Business News < 1 min read 14.09.2020
We proudly present to you the latest version of the Sylius eCommerce Platform – 1.8, which comes with a brand new, unified API powered by API Platform, Loyalty points system for Sylius Plus, and as you can probably see, a brand new sylius.com website! Numbers This new release is a… Read More
Business Ecosystem News < 1 min read 13.08.2020
Read why the French market leader trusted Sylius in a strategic re-platforming process to get a competitive eCommerce advantage. Read More
Comments