# Webhooks

# Configuration

Kirby Pay can listen many webhooks for every service, to set in, you just need to know which URL you will use. For this purpose is available the env option. Set the env to test or local to enable the development option in the panel:

return [
    'beebmx.kirby-pay.env' => 'local'
];

Now you can see the development mode and check the Webhook URL.

TIP

All the webhooks fires a hook just in case you need to do something with it.