Download the PHP package pimcore/payment-provider-hobex without Composer
On this page you can find all versions of the php package pimcore/payment-provider-hobex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pimcore/payment-provider-hobex
More information about pimcore/payment-provider-hobex
Files in pimcore/payment-provider-hobex
Package payment-provider-hobex
Short Description Pimcore Payment Provider - Hobex
License GPL-3.0+
Informations about the package payment-provider-hobex
Pimcore E-Commerce Framework Payment Provider - Hobex
Official Hobex Documentation
Requirements
Hobex does not require an additional PHP-SDK. You just need to get a test account from your integration partner.
Installation
Install latest version with composer:
Enable bundle via console or extensions manager in Pimcore backend:
Configuration
The Payment Manager is responsible for implementation of different Payment Provider to integrate them into the framework.
For more information about Payment Manager, see Payment Manager Docs.
Configure payment provider in the pimcore_ecommerce_config.payment_manager
config section:
Payment Information: Order payment section "Payment Informations" stores information about every payment trial by Customer.
Add additional fields in "PaymentInfo" fieldcollection, so that Order Manager stores information in Order object:
Hobex is compatible with Pimcore 10, so for Pimcore 6 you may have to add the following line to your config.yml:
Implementation
CheckoutController.php
app/Resources/views/Webshop/Checkout/payment.html.twig:
PaymentController:
Implementation
see https://hobex.docs.oppwa.com/tutorials/webhooks/configuration
If you want to use webhooks, you have to configure the webhook secret:
Example of controller/Action to handle the webhook response:
PaymentController: