Skip to main content
Vellaro can notify your backend whenever something happens in your store (order created, paid, shipped, return requested, etc.), so you can keep ERPs, back-office systems, or external pipelines in sync without polling.

How it works

  1. You register one or more endpoints (HTTPS URLs) from the admin panel, choosing the events.
  2. Vellaro sends a POST to your URL on every subscribed event, with a JSON payload describing the event and the resource.
  3. The request is signed: verify the signature with your secret before trusting the content.
  4. Respond with 2xx to acknowledge receipt; failed deliveries are retried.

Payload (typical shape)

Common events

Webhook management (creating endpoints, selecting events, signing secret, delivery attempt logs) lives in the admin panel, and can also be driven via the Admin API / MCP.
Webhooks are not needed for delivering digital products: after payment, the API issues signed download links, documented in the API Reference.