Files
Vish 3b9d759b4b feat: add fluxer upstream source and self-hosting documentation
- Clone of github.com/fluxerapp/fluxer (official upstream)
- SELF_HOSTING.md: full VM rebuild procedure, architecture overview,
  service reference, step-by-step setup, troubleshooting, seattle reference
- dev/.env.example: all env vars with secrets redacted and generation instructions
- dev/livekit.yaml: LiveKit config template with placeholder keys
- fluxer-seattle/: existing seattle deployment setup scripts
2026-03-13 00:55:14 -07:00

45 lines
1.2 KiB
Plaintext

---
title: 'Billing'
description: 'Billing object schemas from the Fluxer API.'
---
<a id="createcheckoutsessionrequest"></a>
## CreateCheckoutSessionRequest
**Related endpoints**
- [`POST /stripe/checkout/gift`](/api-reference/billing/create-gift-checkout-session)
- [`POST /stripe/checkout/subscription`](/api-reference/billing/create-checkout-session)
| Field | Type | Description |
|-------|------|-------------|
| price_id | [SnowflakeType](#snowflaketype) | The Stripe price ID for the subscription plan |
<a id="urlresponse"></a>
## UrlResponse
**Related endpoints**
- [`POST /premium/customer-portal`](/api-reference/premium/create-customer-portal)
- [`POST /stripe/checkout/gift`](/api-reference/billing/create-gift-checkout-session)
- [`POST /stripe/checkout/subscription`](/api-reference/billing/create-checkout-session)
| Field | Type | Description |
|-------|------|-------------|
| url | string | The URL to redirect to |
<a id="webhookreceivedresponse"></a>
## WebhookReceivedResponse
**Related endpoints**
- [`POST /stripe/webhook`](/api-reference/billing/process-stripe-webhook)
| Field | Type | Description |
|-------|------|-------------|
| received | boolean | Whether the webhook was successfully received |