Webhooks (for Payment Links)

Paymento supports webhooks for Payment Links, Developers can automate actions like granting access, updating external systems, or triggering custom flows when a payment event occurs.

🔐 These webhooks are specific to Payment Links only. For gateway-level or API-triggered webhooks, please refer to the API Documentation.

✅ What Are Webhooks?

Webhooks are HTTP callbacks that Paymento sends to your backend when a payment-related event occurs. Paymento webhooks allow you to receive real-time notifications about events that happen in your payment links. When an event occurs, Paymento sends an HTTP POST request to the webhook URL you configured for your payment link.

Last updated