laravel-cashier-mollie
laravel-cashier-mollie copied to clipboard
Installment Payments with Mollie
Hello, I want to charge a big amount in multiple smaller amounts every month. For example the customer buys a 5000$ product I want to charge him 1000$ every month for 5 months.
I found in the documentation of mollie that there is a "times" parameter for that: https://docs.mollie.com/reference/v2/subscriptions-api/create-subscription
But how can I use it with the laravel package? I found nothing in the documentation or in other issues here.