Skip to content

vavilin/tinkoff-payment-bundle

 
 

Repository files navigation

tinkoff-payment-bundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Lopatinas\TinkoffPaymentBundle\TinkoffPaymentBundle(),
            // ...
        ];
    }
}

Set configuration

# app/config/config.yml
tinkoff_payment:
    terminal_key: YourTerminalKey
    secret_key: YourSecretKey
    api_url: ApiUrl # default: https://securepay.tinkoff.ru/rest/

About

A Symfony Bundle for the Tinkoff Payment API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%