Outbound merchant webhooks are not yet available. Runbits does not currently deliver event notifications to merchant-configured endpoints — the events below describe the planned delivery contract. The existing endpoints under /api/webhooks/* are internal inbound callbacks for payment processors (Stripe, MercadoPago) and should not be called directly.
Planned events Runbits will POST to your configured endpoint when key events occur:
order.createdA new order has been placed.
order.status_changedOrder status updated (confirmed, in-progress, delivered, cancelled).
payment.succeededPayment captured successfully.
payment.failedPayment attempt failed.
subscription.activatedStore subscription activated or renewed.
subscription.cancelledStore subscription cancelled or expired.