unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack

Home Page:https://paystack.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recurring Payment

chiysom opened this issue · comments

How can I handle recurring payment with this?

You can use Paystack Subscription. In the form, you are passing, add an input with the value of plan code

        <input type="hidden" name="plan" value="PLN_*******"> {{-- required --}}

Don't you think it would be a good idea to have an official Gitter channel where people can chat about this package.. @unicodeveloper