- Laravel 8 and up
- PHP 7.4 and up
php artisan cashier:update
In your cashier.php
config file, add the aftercare_webhook_url
below the webhook_url
.
/**
* The default webhook url is called by Mollie on payment status updates. You can use either a relative or
* absolute url.
*/
'webhook_url' => 'webhooks/mollie',
/**
* The default aftercare webhook url is called by Mollie on refunds and chargebacks. You can use either a relative or
* absolute url.
*/
'aftercare_webhook_url' => 'webhooks/mollie/aftercare',