Enabling Webhooks
There are two ways to enable webhooks in ChargeOver:
Enabling webhooks in the user interface
You can enable webhooks directly in the ChargeOver user interface.
- Log in to ChargeOver, and click the settings gear/cog in the top right
- Choose "Developer" from the left-side navigation menu
- Choose "Webhooks"
- Enable Webhooks
- Click the "New Webhook" button and enter the URL to send webhooks to
- Give your webhook a nickname (optional)
- Select the desired events to listen for
- Click the save button to save the configuration
Enabling webhooks programatically
If you need your application to automatically subscribe to webhooks, without depending on any human interaction, you can do that via our Rest Hooks implementation.