For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesWhite-labelAPI Reference
GuidesWhite-labelAPI Reference
  • Get started
    • Introduction
    • Quickstart
    • Authentication
  • Core concepts
    • Callout lifecycle
    • Customers & customer sources
    • Subscriptions & coverage
  • Integration patterns
    • Overview
    • Personal Safety
    • Fixed Locations
    • IoT Devices
  • AURA-hosted
    • Customer signup
    • Web Dispatch
    • Subscription management
    • Webhooks
    • Go-live
LogoLogo
On this page
  • How it works
AURA-hosted

Subscription management

Was this page helpful?
Previous

Webhooks

Next
Built with

AURA can host a subscription-management experience so a customer can update or cancel their own subscription — without you building billing UI. Like hosted signup, it’s available to any integration, not only white-label apps.

How it works

Create a subscription-management session for a customer, then redirect them to the returned URL. There they can manage their plan and payment details; changes flow back into AURA and emit the usual subscription webhooks.

The subscription-management session endpoint (POST /panic-api/v2/subscription-management/sessions) is a live route not yet in the public API reference. For programmatic control, the Subscriptions endpoints remain available.