Operations

Delivery debugging and retry visibility

Use the Licenzy portal to inspect outbound deliveries, understand failed attempts, and monitor automatic retry state during support workflows.

Start free in test mode. Go live when you're ready.

Overview
Operations & Support

Follow the sections in order or jump directly to the runtime step you need.

Category: Operations & Support3 sections

Inspect delivery history from the portal

Outbound delivery inspection belongs to operator workflows in the portal. Support can inspect statuses, attempts, HTTP results, and the customer runtime context tied to a delivery without changing backend integration code.

Retry behavior is automatic

Delivery retries belong to Licenzy's outbound delivery system, not to the runtime API your product calls during checkout, access, and usage flows. Use the portal to inspect retry state rather than assuming your application needs to drive recovery.

When a delivery problem appears, inspect the subject, entitlement state, checkout attempts, and outbound delivery history together before deciding whether the issue is still retrying automatically or needs operational follow-up.

The receiver-side contract still lives in outbound webhook delivery contract. This page focuses on the portal workflow for inspecting delivery status and retry visibility after you understand the underlying runtime state.

Practical support workflows

  • Customer says access is missing: inspect the customer by subject_ref, confirm the current access decision, review current entitlements, then inspect checkout attempts and outbound delivery history together.
  • Outbound webhook delivery failed: review delivery status, attempts, last HTTP status, last error, and next retry timing before deciding whether the delivery is still retrying automatically or needs operational escalation.
  • Refund unexpectedly revoked access: inspect entitlement history, refund/dispute timing, and the resulting runtime status before applying manual recovery.
  • Credits depleted unexpectedly: inspect usage history, current usage_remaining, and whether any manual adjustments were applied.
  • Manual grant recovery flow: inspect runtime state first, grant or adjust through the portal only after review, then verify the resulting access decision and outbound delivery history.