| Webhook | Purpose | Documentation |
|---|---|---|
| Biller | Notifications when changes occur in the Biller account (e.g., when they can process card payments). | Docs |
| Customer | Notifications when a customer is created, updated, deleted, or merged in Adfin. Using the Adfin Express model, your customers can use Adfin to create and manage their own customer records. It’s important to ensure your data stays in sync with Adfin to avoid overwriting recent updates. Example: 1. The platform creates a customer in Adfin. 2. The client updates contact information in Adfin. 3. The platform later issues a PUT request to update the customer address. 4. This overwrites previous updates unless you use webhooks to stay synchronized. By using webhooks, you can keep your customer information aligned with any updates made directly in Adfin. | Docs |
| Invoice | Notifications when an invoice is activated or updated in Adfin. Useful for keeping your system synchronized with the current state of the invoice, which you can display to users as needed. | Docs |
Last updated