laravel-paystack-subscription icon indicating copy to clipboard operation
laravel-paystack-subscription copied to clipboard

A simple interface to Paystack's subscription billing services. Checkout a sample implementation here

Results 4 laravel-paystack-subscription issues
Sort by recently updated
recently updated
newest added
trafficstars

An error is thrown when getting athorization code from the subscription data returned. here is the new format of subscription data returned. ``` "customer": 96698996 "plan": 123456 "integration": 123456 "domain":...

I passed the authorization code to the create method instead of transaction ID. the subscription was created successfully in my paystack dashbaord, but I keep getting this error `Attempt to...

Could you kindly incorporate support for Laravel 11, please? Thanks.

## Issue When using the package with MySQL, I encountered the following error: SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '2025-04-28T06:47:00.000Z' for column 'ends_at' This happens because the `ends_at`...