PHPackages                             pimcore/payment-provider-payu - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. pimcore/payment-provider-payu

ActivePimcore-bundle[Payment Processing](/categories/payments)

pimcore/payment-provider-payu
=============================

Pimcore Payment Provider - PayU

v1.0.4(2y ago)0332[1 PRs](https://github.com/pimcore/payment-provider-payu/pulls)GPL-3.0+PHPCI passing

Since Feb 3Pushed 1mo ago7 watchersCompare

[ Source](https://github.com/pimcore/payment-provider-payu)[ Packagist](https://packagist.org/packages/pimcore/payment-provider-payu)[ RSS](/packages/pimcore-payment-provider-payu/feed)WikiDiscussions 2.x Synced today

READMEChangelog (5)Dependencies (2)Versions (12)Used By (0)

Pimcore E-Commerce Framework Payment Provider - PayU
====================================================

[](#pimcore-e-commerce-framework-payment-provider---payu)

\###Official PayU Documentation

- [Documentation](http://developers.payu.com/en/restapi.html)

Installation
------------

[](#installation)

Install latest version with composer:

```
composer require pimcore/payment-provider-payu
```

Enable bundle via console or extensions manager in Pimcore backend:

```
php bin/console pimcore:bundle:enable PimcorePaymentProviderPayUBundle
php bin/console pimcore:bundle:install PimcorePaymentProviderPayUBundle
```

Configuration
-------------

[](#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](../13_Checkout_Manager/07_Integrating_Payment.md).

Configure payment provider in the `pimcore_ecommerce_config.payment_manager` config section:

```
pimcore_ecommerce_framework:
    payment_manager:
        providers:
            payment.method.payu:
                provider_id: Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\PayU
                profile: 'sandbox'
                profiles:
                sandbox:
                    pos_id: '1234'
                    md5_key: 'c077211eecaf832644edc5a564a68015'
                    oauth_client_id: '1234'
                    oauth_client_secret: '0c68dfa4f61b65fa534b48d95e1c9d91'
```

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: [![PaymentInfo Additional Data](./doc/img/payu_paymentinfo.png)](./doc/img/payu_paymentinfo.png)

*usage sample*

```
