Looking to hire Laravel developers? Try LaraJobs

laravel-tranzzo maintained by artjoker

Description
Integration of Tranzzo systems for Laravel
Last update
2020/12/02 13:53 (dev-main)
License
Downloads
456

Comments
comments powered by Disqus

Laravel Tranzzo

Latest Version on Packagist Total Downloads

Integration of Tranzzo payment service for Laravel

Installation

You can install the package via composer:

composer require artjoker/laravel-tranzzo

You can publish the config file:

php artisan vendor:publish --provider="Artjoker\LaravelTranzzo\TranzzoServiceProvider" --tag="config"

Set environment variable (.env)

TRANZZO_API_URL=https://cpay.tranzzo.com/api/v1
TRANZZO_ENDPOINTS_KEY=
TRANZZO_WIDGET_KEY=

# client to merchant (payment)
TRANZZO_POS_ID=
TRANZZO_API_KEY=
TRANZZO_API_SECRET=

# merchant to client (credit)
TRANZZO_CREDIT_POS_ID=
TRANZZO_CREDIT_API_KEY=
TRANZZO_CREDIT_API_SECRET=

# verification credit cards
TRANZZO_VERIFY_POS_ID=
TRANZZO_VERIFY_API_KEY=
TRANZZO_VERIFY_API_SECRET=

Usage

Changelog

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security related issues, please email v.taranenko@artjoker.net instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.