Runbits/Webhooks

Webhooks

Coming soon

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.created

A new order has been placed.

order.status_changed

Order status updated (confirmed, in-progress, delivered, cancelled).

payment.succeeded

Payment captured successfully.

payment.failed

Payment attempt failed.

subscription.activated

Store subscription activated or renewed.

subscription.cancelled

Store subscription cancelled or expired.