Skip to main content

Technical Overview of Webhook Integration

Webhooks are an important tool for merchants to receive timely updates about various events related to payment processing.

With webhooks, merchants can instruct PlanPay to send a notification to a specific URL whenever a payment-related event occurs, such as a successful or failed payment.

These notifications are sent in near real-time, allowing the merchant to take immediate action, such as updating a customer's account, sending a confirmation email, or triggering other business processes.

By leveraging webhooks, merchants can keep their systems up-to-date and ensure that their customers have a seamless payment experience.

PlanPay's webhook functionality is easy to integrate and can be customized to meet the unique needs of each merchant.

To get started, you need to create an API endpoint that can handle incoming event calls. Once you've done that, we'll delve into the process of setting up PlanPay's webhook feature to trigger this endpoint. Lastly, we'll examine various PlanPay events that will trigger calls to your API endpoint.

Let's get started.