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