antilop/paybox-bundle

Paybox bundle.

Installs: 509

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.2.0 2021-09-09 10:33 UTC

This package is not auto-updated.

Last update: 2024-05-02 22:54:37 UTC


README

Configuration

To configure the bundle, you will have to enter the api key, secret and list of templates :

    # app/config/paybox.yml
    paybox:
    parameters:
        production: false # Switch between Paybox test and production servers
        site: 'XXXXX' # Site number
        rank: 'XXX' # Rank number
        login: 'XXXXXXX' # Customer's login
        hmac:
            key: 'XXXXXXX' # Key used to compute the hmac hash

Setup

Add Antilop\Bundle\PayboxBundle\PayboxBundle to your bundles.php:

$bundles = [
    // ...
    Antilop\Bundle\PayboxBundle\PayboxBundle::class => ['all' => true]
];

Limitation

For the moment, the bundle was developed for experimental purposes. Changes and adjustements may be added for a more complete use.