bitbag/sylius-ing-plugin

This package is abandoned and no longer maintained. The author suggests using the bitbag/sylius-imoje-plugin package instead.

Implementation ing api to sylius store

Installs: 1 226

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 0

Open Issues: 0

Type:sylius-plugin

This package is auto-updated.

Last update: 2023-09-27 07:38:08 UTC


README

At BitBag we do believe in open source. However, we are able to do it just because of our awesome clients, who are kind enough to share some parts of our work with the community. Therefore, if you feel like there is a possibility for us working together, feel free to reach us out. You will find out more about our professional services, technologies and contact details at https://bitbag.io/.

Table of Content

Overview

Screenshot showing payment methods show in the shop

Screenshot showing payment method config in admin

The integration currently supports the following payment methods:

  1. Cards
  2. Blik
  3. Pay by link
  4. imoje pay later

We are here to help

This open-source plugin was developed to help the Sylius community and make imoje payments platform available to any Sylius store. If you have any additional questions, would like help with installing or configuring the plugin or need any assistance with your Sylius project - let us know!

Installation

Requirements

We work on stable, supported, and up-to-date versions of packages. We recommend you do the same.

Package Version
PHP ^8.0
sylius/refund-plugin ^1.0.0
sylius/sylius ~1.11 or ~1.12

For the full installation guide please go to installation

Usage

This plugin allows you to use the payment solution delivered by ING.

Configuration:

You need to put the path to wkhtmltopdf in your .env file.

WKHTMLTOPDF_PATH=/usr/local/bin/wkhtmltopdf

To create an ING-based payment method, go to Payment methods in the Sylius admin panel.

Screenshot showing payment method config in admin

After that, you need to add an ING payment:

Screenshot showing payment method config in admin

And now, you can configure your payment method in the admin panel:

  • first you need to add a gateway code, for example "imoje_code" and set its position.

    Screenshot showing payment method config in admin

  • To configure the imoje gateway, log in to ING the admin panel.

    Screenshot showing payment method config in admin

  • From "Settings" -> "Data for integration" you can acquire all the needed keys:

  • merchantId,

  • serviceId,

  • shopKey

    Screenshot showing payment method config in admin

  • You also need an authorization token, so you need to go to: "Settings" -> "API Keys". And click on your "API key". This will be your authorization token.

    Screenshot showing payment method config in admin

    Screenshot showing payment method config in admin

  • Also, you need to configure the path to your webhooks, just type in your shop URL followed by /payment/ing/webhook.

    Screenshot showing payment method config in admin

  • Now you need to add a URL in the admin panel for the production API URL:

    https://api.imoje.pl/v1/merchant
    
  • And the sandbox API URL:

    https://sandbox.api.imoje.pl/v1/merchant
    
  • To end up you can choose which payment-by-link you want to use.

    Screenshot showing payment method config in admin

  • And now you have to set a proper name for your payment method (keep in mind that ING supports multiple online payment methods), and click "Create".

    Screenshot showing payment method config in admin

About us

BitBag is a company of people who love what they do and do it right. We fulfill the eCommerce technology stack with Sylius, Shopware, Akeneo and Pimcore for PIM, eZ Platform for CMS and VueStorefront for PWA. Our goal is to provide real digital transformation with an agile solution that scales with the clients’ needs. Our main area of expertise includes eCommerce consulting and development for B2C, B2B, and Multi-vendor Marketplaces.
We are advisers in the first place. We start each project with a diagnosis of problems, and an analysis of the needs and goals that the client wants to achieve.
We build unforgettable, consistent digital customer journeys on top of the best technologies.Based on a detailed analysis of the goals and needs of a given organization we create dedicated systems and applications that let businesses grow.
Our team is fluent in Polish, English, German and French. That is why our cooperation with clients from all over the world is smooth.

Some numbers from BitBag regarding Sylius:

  • 50+ experts including consultants, UI/UX designers, Sylius trained front-end and back-end developers,
  • 120+ projects delivered on top of Sylius,
  • 25+ countries of BitBag’s customers,
  • 4+ years in the Sylius ecosystem.

Our services:

  • Business audit/Consulting in the field of strategy development,
  • Data/shop migration,
  • Headless eCommerce,
  • Personalized software development,
  • Project maintenance and long term support,
  • Technical support.

Key clients: Mollie, Guave, P24, Folkstar, i-LUNCH, Elvi Project, WestCoast Gifts.

If you need some help with Sylius development, don't be hesitated to contact us directly. You can fill the form on this site or send us an e-mail to hello@bitbag.io!

Community

For online communication, we invite you to chat with us & other users on Sylius Slack.

Demo Sylius Shop

We created a demo app with some useful use-cases of plugins! Visit sylius-demo.bitbag.io to take a look at it. The admin can be accessed under sylius-demo.bitbag.io/admin/login link and sylius: sylius credentials. Plugins that we have used in the demo:

BitBag's Plugin GitHub Sylius' Store
ACL Plugin Private. Available after the purchasing. https://plugins.sylius.com/plugin/access-control-layer-plugin/
Braintree Plugin https://github.com/BitBagCommerce/SyliusBraintreePlugin https://plugins.sylius.com/plugin/braintree-plugin/
CMS Plugin https://github.com/BitBagCommerce/SyliusCmsPlugin https://plugins.sylius.com/plugin/cmsplugin/
Elasticsearch Plugin https://github.com/BitBagCommerce/SyliusElasticsearchPlugin https://plugins.sylius.com/plugin/2004/
Mailchimp Plugin https://github.com/BitBagCommerce/SyliusMailChimpPlugin https://plugins.sylius.com/plugin/mailchimp/
Multisafepay Plugin https://github.com/BitBagCommerce/SyliusMultiSafepayPlugin
Wishlist Plugin https://github.com/BitBagCommerce/SyliusWishlistPlugin https://plugins.sylius.com/plugin/wishlist-plugin/
Sylius' Plugin GitHub Sylius' Store
Admin Order Creation Plugin https://github.com/Sylius/AdminOrderCreationPlugin https://plugins.sylius.com/plugin/admin-order-creation-plugin/
Invoicing Plugin https://github.com/Sylius/InvoicingPlugin https://plugins.sylius.com/plugin/invoicing-plugin/
Refund Plugin https://github.com/Sylius/RefundPlugin https://plugins.sylius.com/plugin/refund-plugin/

If you need an overview of Sylius' capabilities, schedule a consultation with our expert.

Additional resources for developers

To learn more about our contribution workflow and more, we encourage you to use the following resources:

License

This plugin's source code is completely free and released under the terms of the MIT license.

Contact

If you want to contact us, the best way is to fill the form on our website or send us an e-mail to hello@bitbag.io with your question(s). We guarantee that we answer as soon as we can!