Looking to hire Laravel developers? Try LaraJobs

laravel-authorize-net-subscription-webhooks maintained by joeelia

Description
Authorize.Net Recurring Subscription Webhooks
Author
Last update
2019/03/19 17:19 (dev-master)
License
Downloads
929

Comments
comments powered by Disqus

Laravel Authorize.Net

Latest Version on Packagist Build Status Quality Score Total Downloads

Control user's paid subscriptions with Authorize.net webhooks.

Installation

You can install the package via composer:

composer require joeelia/laravel-authorize-net-subscription-webhooks
php artisan migrate
php artisan vendor:publish --provider="Joeelia\AuthorizeNet\AuthorizeNetServiceProvider" --tag="config"

Usage

Within config/authorize-net-webhooks.php you need to configure all options. Depending on what webhooks you want to process you can set those values to True. Once you have configured your values in the config/authorize-net-webhooks.php you need to run

php artisan make:webhookjobs

This will generate a directory app/WebhookJobs and scaffold the jobs that will recieve the payload from the Authorize.Net webhooks. You can make your logic from there.

Configure Authorize.Net

In Authorize.Net settings you need to setup your webhook route. The default route is <yourdomain.com>/authnet/webhook. You can set this up in your Authorize.Net dashboard under ACCOUNT>Settings>Webhooks.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email mrjoeelia@gmail.com instead of using the issue tracker.

Credits

License

The The Unlicense. Please see License File for more information.