unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
597 stars 310 forks source link

Recurring Payment #115

Open chiysom opened 3 years ago

chiysom commented 3 years ago

How can I handle recurring payment with this?

odutolaabisoye commented 3 years ago

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 --}}
KgotsoK commented 3 years ago

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