Optional: Setting up webhooks
Recommended webhooks for Adfin Express
Webhook | Purpose | Documentation |
---|---|---|
Biller | Notifications when changes in the Biller account eg, when they can process card payments | |
Customer | Notifications when a customer is created, updated, deleted, or merged in Adfin Using the Adfin Express model, your customers will be able to use Adfin to create and manage customers. It's important to make sure your data stays in sync with Adfin to avoid overriding data the next time you push. Example: The platform creates a customer in Adfin. Client updates the customer contact information in Adfin. The platform creates a PUT request to update the customer address. The platform will now overwrite previous changes in Adfin. By using webhooks, you are able to keep your customer information in line with any updates customers make in Adfin. | |
Invoice | Notifications when an invoice is activated or updated in Adfin. Useful to keep your system in sync with the current state of the invoice, which you can represent to the user if needed. |
Updated 16 days ago