Why this page matters Webhooks are the main signal that keeps your app in sync with RampHub. If you get this right, the rest of the trade lifecycle is much easier to trust.
Headers
Signing secret
When you register a webhook endpoint in the business dashboard, RampHub generates a signing secret for that endpoint. Treat that secret as a server-side credential for the system that receives the webhook.- Store the secret in the receiver’s environment or secret manager.
- Never put it in a browser bundle or public config file.
- Copy it when the dashboard reveals it and keep it on the receiving server only.
- Verify
x-ramphub-signatureagainst the raw request body before you trust the payload. - Keep using
monitor-statusas the fallback path when a webhook is delayed or missing. - If you rotate the endpoint secret, update the receiving server immediately.
Events
Common stage labels
These are the most common labels you will see in the dashboard when a delivery arrives astransaction.updated:
Order placedAwaiting settlementForwarded to providerAwaiting provider funding confirmationAwaiting customer paymentInvoice createdSettling with providerReady for settlementAwaiting user payoutMarked completedMarked failed