Overview
Setting up a webhook server involves creating an HTTP endpoint that can receive POST requests from Rhino.fi, process the webhook payloads, and respond appropriately. This guide covers the essential components and best practices for webhook server implementation.Basic Server Requirements
Endpoint
Your endpoint must be aPOST endpoint and called /rhinofi-event.
It will receive a signature header called: rhino_signature which can be then verified (see verification details).
The received body structure will be the following: