Webhooks Overview
SettleSettle sends a POST request to your server every time something important happens — a payment succeeds, a payout is sent, a transfer fails. Register your webhook URL in your app settings in the dashboard.
Format: https://yourapp.com/api/webhooks/settlesettle
The one rule: Always verify the webhook signature before doing anything with the data. A valid signature proves the request actually came from SettleSettle.
