NAV

Webhook controller

The SimplePin API provides a tool for you to notify your application with real-time data. Whenever your customer is paying an invoice or the customer information is updated in SimplePin's database, we'll notify you. 

Since SimplePin is connected to external payment solutions, we have developed an event-agnostic mechanism that allows us to notify you every time an invoice is created or updated. It can also notify you when the payment is completed and if a refund was initiated by a customer. Only after you've configured the Webhook URL, will you receive such notifications from our server.

Based on different types of event notifications, we will send you different messages which you can parse and attach specific business logic. In case you are interested in historical reports, this information could be retrieved from the system.

These articles give you more information on how to handle the webhook
API call
Description
Explanation of the webhook document format.
Detailed list of webhook event codes and code descriptions.
API call to retrieve historical information of events for a particular company.