artjoker/laravel-tranzzo

Integration of Tranzzo systems for Laravel

v1.0.2 2020-12-02 12:53 UTC

This package is auto-updated.

Last update: 2024-04-29 04:21:30 UTC


README

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.