Download the PHP package jdavidbakr/laravel-profitstars without Composer
On this page you can find all versions of the php package jdavidbakr/laravel-profitstars. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jdavidbakr/laravel-profitstars
More information about jdavidbakr/laravel-profitstars
Files in jdavidbakr/laravel-profitstars
Package laravel-profitstars
Short Description A service that processes ACH transactions throgh Jack Henry's ProfitStars API
License MIT
Homepage https://github.com/jdavidbakr/ProfitStars
Informations about the package laravel-profitstars
laravel-profitstars
Jack Henry ProfitStars provides an API for handling ACH transactions. This package is a Laravel/Lumen wrapper to access these transactions.
The package is currently not exhaustive in terms of what is available from the API; I have only implemented parts of the API that are needed for my use. That said, expanding this package should be fairly trivial and if you should need additional pieces please feel free to modify and submit a pull request.
Install
Via Composer
After installing via Composer, add the service provider:
Laravel Configuration
Publish the config file:
This will place a file in the config directory that will manage your connection credentials.
Lumen Configuration
Add the following to your .env file:
Usage - Testing
Usage - Processing Transactions
Usage - Recurring Payments
Recurring Notes
For recurring, a Customer Number and Account Reference ID is required.
The Frequency and the PaymentDay define the schedule of the recurring payment. Payment Day is defined as follows:
- Once_a_Month: 1 - 31, or 32 for the last day of the month
- Once_a_Quarter: Same as above
- Twice_a_year: Same as above
- Once_a_Year: Same as above
- Twice_a_Month: 1 = 1st and 15th, 2 = 15th and last
- Once_a_Week: 0 - Sun, 1 = Mon, ... 5 = Fri, 6 = Sat
- Every_2_Weeks: same as Once_a_Week
Usage - Transaction Reporting
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- J David Baker
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-profitstars with dependencies
php Version >=7.3.0
guzzlehttp/guzzle Version ~5.3|~6.0.1|~6.1|~7.0.1