When to utilize Webhooks
Webhooks are essential for managing behind-the-scenes transactions. They allow you to receive alerts for asynchronous updates to transaction statuses. MoonPay can send webhook events that notify your application whenever an activity occurs on your account. This feature is particularly valuable for tracking changes like transaction status updates, that are not triggered by a direct API request. These notifications are delivered through HTTP POST requests to any endpoint URLs you’ve specified in your account’s Webhooks settings. MoonPay is capable of sending a single event to multiple webhook endpoints.Configuring your Webhook Settings
Webhooks are configured in your MoonPay dashboard’s Webhook settings. Click Add Endpoint to reveal a form where you can add a new URL for receiving webhooks.