Introduction to Webhooks
Webhooks, besides White Label Rest API integration, allow for seamless server-to-server communication.
In Bitpanda, we use webhooks to inform the White Label Partners about triggered events. When a certain event occurs, an automatic notification is sent to the pre-set Partner’s URL (e.g. after a successful user verification).
Using webhooks offloads the server, as instead of Partner sending an API request, we send a real-time notification when a specific event occurs.