laravel-cashier-mollie
laravel-cashier-mollie copied to clipboard
Official Mollie integration for Laravel Cashier
Hi, Would it be possible to add a "virtual" payment method like prepaid. So we could somehow specify, that if the user has balance, the user does not need to...
My goal is to have customers pay for my service monthly via SEPA incasso "automatische incasso" (the amount must automatically debited monthly). I have authorization for automatic debiting, but I...
Fixes #252 As mentioned in #252, the other option is to make the method ```reimbursableAmount()``` public. Please do let me know what you think the best option is.
## Description This PR adds functionality to update the subscription count at the end of the cycle. This is needed because if a user wants to decrease their subscription count,...
I am implementing a feature which allows users to change their subscription plans. When users upgrade their plan, a refund is created for what's left of this cycle and a...
I am experiencing an issue when attempting to create a new subscription using the Laravel Cashier Mollie package. The error message returned is: ``` Error executing API call (422: Unprocessable...
closes #266
Similarly to Subscription, where you can do ```php Subscription::first()->scheduledOrderItem ``` It would be nice if we could do ```php User::first()->scheduledOrderItems ``` Which would return all the scheduled order items across...
Hi team, To be honest, I'm not sure if this is an actual bug in the package, but there's something weird going on. For a number of days I'm facing...
Whilst implementing functionality for users to be able to change their subscription plan/quantity, we came across the following scenario: 1. A user has a yearly subscription and wants to downgrade...