Looking to hire Laravel developers? Try LaraJobs

laravel-finpay-gateway maintained by rublex

Description
A Laravel payment gateway package for Finpay
Last update
2026/04/06 15:59 (dev-main)
License
Links
Downloads
46

Comments
comments powered by Disqus

Laravel Finpay Gateway

Latest Version License

A Laravel payment gateway package for Finpay integration.

Features

  • Payment initiation
  • Payment verification
  • Payment status inquiry
  • Callback route for gateway notifications
  • Configurable via environment variables
  • Laravel facade support

Installation

composer require rublex/laravel-finpay-gateway

Configuration

Publish the configuration file:

php artisan vendor:publish --provider="Finpay\FinpayServiceProvider" --tag="finpay-config"

Add credentials to your .env file:

FINPAY_BASE_URL=
FINPAY_MERCHANT_ID=
FINPAY_MERCHANT_KEY=

Documentation

For installation and usage instructions, see USAGE.md.

License

This package is open-sourced software licensed under the MIT license.