Download the PHP package pimcore/payment-provider-ogone without Composer
On this page you can find all versions of the php package pimcore/payment-provider-ogone. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pimcore/payment-provider-ogone
More information about pimcore/payment-provider-ogone
Files in pimcore/payment-provider-ogone
Package payment-provider-ogone
Short Description Pimcore Payment Provider - OGone
License GPL-3.0+
Informations about the package payment-provider-ogone
Pimcore E-Commerce Framework Payment Provider - OGone
Official OGone Documentation
- Documentation
- Sandbox / on request
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:
Implementation
Somewhere in your checkout controller you will need to create the payment configuration for the initPayment()
method of the provider:
You must configure the callback URLs within the OGone backend so that these are called server-by-server.
You can pass additional parameters in the configuration based on the OGone documentation. For instance the color and the appearance of th Ogone UI can be controlled, and additional customer data may be passed.