GithubHelp home page GithubHelp logo

payumpayu's Introduction

PayU payment gateway for payum

This is Symfony bundle, but can be used as php library as well.

PayU documentation: https://developers.payu.com/pl/restapi.html


Provide configuration for payum

answear_payum_pay_u:
    environment: 'sandbox'
    configs:
        pos_1234:
            pos_id: '1234'
            signature_key: 'signature_key'
            oauth_client_id: 'oauth_client_id'
            oauth_secret: 'oauth_secret'
        pos_5678:
            pos_id: '5678'
            signature_key: 'signature_key'
            oauth_client_id: 'oauth_client_id'
            oauth_secret: 'oauth_secret'
    logger: 'Psr\Log\LoggerInterface'

logger path is not required. Used if you want log some requests and responses. Provide service name to get definition.


payum:
    gateways:
        payu:
            factory: payu
            payum.action.capture: '@Answear\Payum\PayU\Action\CaptureAction'
            payum.action.refund: '@Answear\Payum\PayU\Action\RefundAction'
            payum.action.notify: '@Answear\Payum\PayU\Action\NotifyAction'
            payum.action.status: '@Answear\Payum\PayU\Action\StatusAction'
            payum.action.convert_payment: '@Answear\Payum\PayU\Action\ConvertPaymentAction'
            payum.action.sync_payment: '@Answear\Payum\PayU\Action\SyncPaymentAction'
            payum.action.cancel: '@Answear\Payum\PayU\Action\CancelAction'

Need to provide all payum.action as a service.


Capture action

$captureRequest = new Capture($captureToken);
$captureRequest->setModel($payment);
$captureRequest->setModel($payment->getDetails());
$gateway->execute($captureRequest);

Missing features

  • OrderRequest params recurring, mcpData, credit
  • ...

payumpayu's People

Contributors

lukasz-falda avatar konradkozaczenko avatar mglowala avatar ropczan avatar

Stargazers

 avatar  avatar

Watchers

 avatar Joanna Rawska avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.