# Alguna Docs ## Docs - [Model Context Protocol (MCP)](https://alguna.com/docs/ai/mcp.md): Connect AI assistants to Alguna's API through our MCP server - [Alguna 101](https://alguna.com/docs/alguna-101.md): Learn about billing concepts with real-world examples - [Create a billable metric](https://alguna.com/docs/api-reference/v2/2026-04-01/billing-events-and-metrics/create-a-billable-metric.md): Defines a new billable metric. A metric specifies the event name, optional filter groups, and aggregation logic that turns raw ingested events into a quantity the billing engine can price against. - [Get a billable metric](https://alguna.com/docs/api-reference/v2/2026-04-01/billing-events-and-metrics/get-a-billable-metric.md): Fetches a single billable metric by ID, including its filter groups and aggregation logic. - [Ingest billable events](https://alguna.com/docs/api-reference/v2/2026-04-01/billing-events-and-metrics/ingest-billable-events.md): Ingests a batch of usage events for metering. Accepts up to 100 events per request. Each event must carry a unique `unique_id` for idempotency and may include arbitrary properties used by metric filters and aggregations. - [List billable metrics](https://alguna.com/docs/api-reference/v2/2026-04-01/billing-events-and-metrics/list-billable-metrics.md): Returns a paginated list of billable metrics. Supports filtering by event name, aggregation method, aggregation field, and tag IDs. Results can be sorted by name. - [Apply a credit note](https://alguna.com/docs/api-reference/v2/2026-04-01/credit-notes/apply-a-credit-note.md): Applies a draft credit note. Applying to a paid invoice can optionally trigger a refund to the original payment method or a wallet. Applying to an Alguna-managed invoice in `issued` or `overdue` records a pre-payment credit without issuing a refund. Once applied, the credit note cannot be modified. - [Create a credit note](https://alguna.com/docs/api-reference/v2/2026-04-01/credit-notes/create-a-credit-note.md): Creates a credit note in draft status. Optionally link it to an invoice. Linked paid invoices are supported, and pre-payment credit notes are supported for Alguna-managed invoices in `issued` or `overdue`. Add line items to specify the credited amounts, then apply the credit note to finalize it. - [Get a credit note](https://alguna.com/docs/api-reference/v2/2026-04-01/credit-notes/get-a-credit-note.md): Fetches a single credit note by ID, including line items and attachments. - [List credit notes](https://alguna.com/docs/api-reference/v2/2026-04-01/credit-notes/list-credit-notes.md): Returns a paginated list of credit notes for a given customer. The `customer_id` query parameter is required. - [Create a customer portal session](https://alguna.com/docs/api-reference/v2/2026-04-01/customer-portal-sessions/create-a-customer-portal-session.md): Creates a short-lived customer portal session and returns a signed URL the customer can use to access their billing portal. Sessions are single-use per token and expire after a short TTL. - [Create a customer](https://alguna.com/docs/api-reference/v2/2026-04-01/customers/create-a-customer.md): Creates a new customer with optional contacts, billing address, aliases, and a required default currency. - [Get a customer](https://alguna.com/docs/api-reference/v2/2026-04-01/customers/get-a-customer.md): Fetches a single customer by ID, including contacts and billing address. - [List customers](https://alguna.com/docs/api-reference/v2/2026-04-01/customers/list-customers.md): Returns a paginated list of customers. Supports filtering by sales owner, customer success manager, tag IDs, active-subscription status, integration IDs, alias, and contact email. - [Update a customer](https://alguna.com/docs/api-reference/v2/2026-04-01/customers/update-a-customer.md): Patches an existing customer. Only the fields provided in the request body are modified. Supplying contacts or aliases replaces the full list. - [Get billings breakdown by customer](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-billings-breakdown-by-customer.md): Returns top customers ranked by net billings for the selected period, with a comparison to the prior period. Remaining customers are aggregated into an 'other' total. - [Get billings breakdown by product](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-billings-breakdown-by-product.md): Returns billings broken down by product for the selected period, with a comparison to the prior period. - [Get billings over time](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-billings-over-time.md): Returns a time series of net billings data points split into fixed and metered components. Based on issued invoices. - [Get customer metrics](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-customer-metrics.md): Returns customer lifecycle metrics: active, churned, new, and reactivated customer counts with comparison to the prior period. - [Get customer metrics over time](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-customer-metrics-over-time.md): Returns a time series of customer lifecycle events: new, reactivated, existing, and churned customer counts per period. - [Get MRR, ARR, and ACV for a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-mrr-arr-and-acv-for-a-subscription.md): Returns the monthly recurring revenue (MRR), annual recurring revenue (ARR), and annual contract value (ACV) for a single subscription. - [Get net revenue summary](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-net-revenue-summary.md): Returns a net revenue summary including current month, last month, and annualized figures broken down by fixed (recurring) and metered (usage-based) revenue. - [Get revenue breakdown by customer](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-revenue-breakdown-by-customer.md): Returns top customers ranked by net revenue for the selected period, with a comparison to the prior period. Remaining customers are aggregated into an 'other' total. - [Get revenue breakdown by product](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-revenue-breakdown-by-product.md): Returns revenue broken down by product for the selected period, with a comparison to the prior period. - [Get revenue breakdown over time](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-revenue-breakdown-over-time.md): Returns a time series of revenue classified by movement type: existing, new, expansion, contraction, and churn. - [Get revenue over time](https://alguna.com/docs/api-reference/v2/2026-04-01/insights/get-revenue-over-time.md): Returns a time series of net revenue data points split into fixed and metered components. Resolution (daily or monthly) is automatically determined by the date range. - [Create an invoice](https://alguna.com/docs/api-reference/v2/2026-04-01/invoices/create-an-invoice.md): Creates an ad-hoc invoice for a customer. Callers can supply line items, a billing period, purchase order number, and an initial status (`draft` or `issued`). - [Create an invoice line item](https://alguna.com/docs/api-reference/v2/2026-04-01/invoices/create-an-invoice-line-item.md): Adds a new line item to an existing invoice. The invoice must not yet be finalized. - [Delete an invoice line item](https://alguna.com/docs/api-reference/v2/2026-04-01/invoices/delete-an-invoice-line-item.md): Removes a line item from an invoice. The invoice must not yet be finalized. - [Generate an invoice PDF](https://alguna.com/docs/api-reference/v2/2026-04-01/invoices/generate-an-invoice-pdf.md): Returns the rendered PDF for an invoice as a binary `application/pdf` response. If a custom PDF has been uploaded for the invoice, it is served directly, otherwise the standard template is rendered on demand. - [Get an invoice](https://alguna.com/docs/api-reference/v2/2026-04-01/invoices/get-an-invoice.md): Fetches a single invoice by ID, including all line items, totals, and status. - [List invoices](https://alguna.com/docs/api-reference/v2/2026-04-01/invoices/list-invoices.md): Returns a paginated list of invoices. Supports filtering by status, customer, subscription, autopay flag, external reference, tag IDs, and date ranges on invoicing, issue, due, and paid dates. - [Mark an invoice as paid](https://alguna.com/docs/api-reference/v2/2026-04-01/invoices/mark-an-invoice-as-paid.md): Records a manual payment against an invoice. Accepts an optional amount (defaults to the invoice total), payment date, external payment source, and free-text note. Transitions the invoice to `paid` when the balance is settled. - [Update an invoice](https://alguna.com/docs/api-reference/v2/2026-04-01/invoices/update-an-invoice.md): Patches descriptive metadata on an existing invoice (description, purchase order number). Line items are managed through the dedicated line item endpoints. - [Update an invoice line item](https://alguna.com/docs/api-reference/v2/2026-04-01/invoices/update-an-invoice-line-item.md): Patches an existing invoice line item. Only the fields provided in the request body are modified. - [Get a payment](https://alguna.com/docs/api-reference/v2/2026-04-01/payments/get-a-payment.md): Fetches a single payment by ID. - [List payments](https://alguna.com/docs/api-reference/v2/2026-04-01/payments/list-payments.md): Returns a list of payments. Supports filtering by customer account ID and invoice ID. - [Create a plan](https://alguna.com/docs/api-reference/v2/2026-04-01/plans/create-a-plan.md): Creates a new plan with its full pricing template — name, currency, contract configuration, and the items (standalone priced products and/or bundles) that subscriptions will inherit. Optional fields cover plan-level discount, spend thresholds, price escalation, entitlements, tags, and invoice/email… - [Get a plan](https://alguna.com/docs/api-reference/v2/2026-04-01/plans/get-a-plan.md): Fetches a single plan by ID, including its item set and pricing. - [List plans](https://alguna.com/docs/api-reference/v2/2026-04-01/plans/list-plans.md): Returns a paginated list of plans. Supports filtering by tag IDs. - [Create a product bundle](https://alguna.com/docs/api-reference/v2/2026-04-01/product-bundles/create-a-product-bundle.md): Creates a new product bundle. Product bundles group multiple priced products together so they can be referenced by a single ID in subscriptions, plans, and quotes. - [Get a product bundle](https://alguna.com/docs/api-reference/v2/2026-04-01/product-bundles/get-a-product-bundle.md): Fetches a single product bundle by ID, including its default prices. - [List product bundles](https://alguna.com/docs/api-reference/v2/2026-04-01/product-bundles/list-product-bundles.md): Returns a paginated list of product bundles. - [Update a product bundle](https://alguna.com/docs/api-reference/v2/2026-04-01/product-bundles/update-a-product-bundle.md): Patches an existing product bundle. Supplying `prices` replaces the bundle's full price set. - [Create a product](https://alguna.com/docs/api-reference/v2/2026-04-01/products/create-a-product.md): Creates a new product. Products are the billable unit on subscription items and define whether pricing is fixed or metered, the payment terms, the billing frequency, the SKU for downstream ERP systems, and the revenue allocation method. Metered products must be associated with one or more metrics. - [Delete a product](https://alguna.com/docs/api-reference/v2/2026-04-01/products/delete-a-product.md): Soft-deletes a product. Products currently used on active subscriptions cannot be deleted. - [Get a product](https://alguna.com/docs/api-reference/v2/2026-04-01/products/get-a-product.md): Fetches a single product by ID. - [List products](https://alguna.com/docs/api-reference/v2/2026-04-01/products/list-products.md): Returns a paginated list of products. Supports filtering by fee type (`fixed` or `metered`), payment terms (`advance` or `arrears`), and associated metric IDs. - [Update a product](https://alguna.com/docs/api-reference/v2/2026-04-01/products/update-a-product.md): Patches an existing product. Only the fields provided in the request body are modified. - [Create a refund](https://alguna.com/docs/api-reference/v2/2026-04-01/refunds/create-a-refund.md): Creates a refund against a payment. For partial or full refunds of invoices, prefer issuing a credit note first via `create-credit-note` and applying it, which handles accounting and gives the customer a paper trail. Direct refunds are best for cases where no credit note is needed. - [Get a refund](https://alguna.com/docs/api-reference/v2/2026-04-01/refunds/get-a-refund.md): Fetches a single refund by ID. - [List refunds](https://alguna.com/docs/api-reference/v2/2026-04-01/refunds/list-refunds.md): Returns a paginated list of refunds. Supports filtering by status, currency, customer, and payment. Sortable by status, amount, currency, and created date. - [Get organization revenue schedule](https://alguna.com/docs/api-reference/v2/2026-04-01/revenue-schedules/get-organization-revenue-schedule.md): Returns the revenue schedule for the entire organization, showing projected recognized, deferred, and metered revenue over time. - [Get revenue schedule for a customer](https://alguna.com/docs/api-reference/v2/2026-04-01/revenue-schedules/get-revenue-schedule-for-a-customer.md): Returns the aggregated revenue schedule for all of a customer's subscriptions and ad-hoc invoices. - [Get revenue schedule for a legal entity](https://alguna.com/docs/api-reference/v2/2026-04-01/revenue-schedules/get-revenue-schedule-for-a-legal-entity.md): Returns the aggregated revenue schedule for all subscriptions and invoices under a legal entity. - [Get revenue schedule for a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/revenue-schedules/get-revenue-schedule-for-a-subscription.md): Returns the revenue schedule for a single subscription, showing projected recognized, deferred, and metered revenue over time. - [Apply changes to a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-changes/apply-changes-to-a-subscription.md): Applies a delta (`add`, `remove`, `update`) on top of a source version. The API computes the new version, creates it, and publishes it unless `draft: true` is set. The `effective` field controls when the change takes effect (keyword or specific date). This is the high-level mutation endpoint. See th… - [Preview a subscription change](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-changes/preview-a-subscription-change.md): Computes the same delta as `create-subscription-change` without writing a new version. Use this to drive approval flows or show the customer what is about to change before committing. See the [Updating a Subscription](/docs/api-reference/v2/examples/updating-a-subscription) examples. - [Create a new subscription version](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-versions/create-a-new-subscription-version.md): Creates a new version from a complete item set. Returns a draft by default that can be edited and published later. This is the snapshot-based mutation path (Path B) for full control over the version contents. For the delta-based alternative, use `create-subscription-change`. See the [Updating a Subs… - [Delete a subscription version](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-versions/delete-a-subscription-version.md): Discards an unwanted draft version. Published versions are immutable historical records and cannot be deleted, they must be superseded by creating a new version instead. See the [Updating a Subscription](/docs/api-reference/v2/examples/updating-a-subscription) examples. - [Get a subscription version](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-versions/get-a-subscription-version.md): Fetches a single version by ID, including its priced items and entitlements. - [Get a subscription version item](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-versions/get-a-subscription-version-item.md): Fetches a single priced item from a version, addressed by either its product ID or its bundle ID. Bundle items return every child with its price. - [Get subscription revenue metrics for a specific version](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-versions/get-subscription-revenue-metrics-for-a-specific-version.md): Returns the monthly recurring revenue (MRR), annual recurring revenue (ARR), and annual contract value (ACV) computed from the pricing on the specified subscription version. This is the same calculation used in the Alguna dashboard subscription builder, so results match what is shown there one-to-on… - [Get the current active subscription version](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-versions/get-the-current-active-subscription-version.md): Returns the subscription version that is currently in effect. This is the published version whose start date has passed and whose end date is either in the future or null. Returns 404 if the subscription has no active published version. - [List subscription versions](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-versions/list-subscription-versions.md): Returns every version attached to a subscription: drafts, the currently active published version, and any future pending versions. - [Publish a draft subscription version](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-versions/publish-a-draft-subscription-version.md): Publishes a draft version. If `effective_at` is in the past or today the version becomes the current active version immediately. Otherwise it sits as a pending change on the parent subscription until the effective date. See the [Updating a Subscription](/docs/api-reference/v2/examples/updating-a-sub… - [Replace a draft subscription version](https://alguna.com/docs/api-reference/v2/2026-04-01/subscription-versions/replace-a-draft-subscription-version.md): Replaces the contents of a draft version in place. Snapshot-based: send the full intended item set. Items you omit are removed. Only draft versions can be replaced, published versions are immutable. See the [Updating a Subscription](/docs/api-reference/v2/examples/updating-a-subscription) examples. - [Activate a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/activate-a-subscription.md): Transitions a draft subscription to `active` so it becomes effective for the customer. Idempotent: activating an already-active subscription returns the current state. See the [Creating a Subscription](/docs/api-reference/v2/examples/creating-a-subscription) examples for the full creation flow. - [Cancel a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/cancel-a-subscription.md): Schedules a cancellation for a subscription. The `effective` timing can be a keyword (e.g. `immediate`, `end_of_term`) or a specific date. A cancellation reason code is required and a free-text note is optional. - [Create a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/create-a-subscription.md): Creates a new subscription for a customer. Supports three creation patterns: raw pricing in the request body, from a plan, or from a plan with per-customer overrides. Subscriptions are created in `draft` status and must be activated unless `auto_activate: true` is set. See the [Creating a Subscripti… - [Delete a draft subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/delete-a-draft-subscription.md): Permanently deletes a draft subscription. Only draft subscriptions can be deleted. Use cancel for subscriptions that have already been activated. - [Download a subscription PDF](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/download-a-subscription-pdf.md): Returns the signed contract PDF for a subscription as a binary `application/pdf` response. The document reflects the contract as it was agreed upon with the customer at the point of signing. Returns `404` if the order form was not signed through Alguna and no PDF exists. - [Get a specific entitlement](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/get-a-specific-entitlement.md): Fetches a single active entitlement on a subscription by its entitlement key. - [Get a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/get-a-subscription.md): Fetches a single subscription by ID, including the current active version reference and any pending future versions. - [Get subscription revenue metrics](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/get-subscription-revenue-metrics.md): Returns the monthly recurring revenue (MRR), annual recurring revenue (ARR), and annual contract value (ACV) for the subscription's current active version. - [Get the monetary credit balance for a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/get-the-monetary-credit-balance-for-a-subscription.md): Returns the customer's monetary credit balance applicable to this subscription, evaluated at the `as_of` timestamp (defaults to now). Expired grants are excluded from the returned balance. - [Get valid billing dates for a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/get-valid-billing-dates-for-a-subscription.md): Returns the current billing cycle range, the list of valid dates for on-cycle version starts, the valid date range for mid-cycle changes, the contract end date, and the next renewal date. Use this to drive date pickers in UI flows that schedule future changes. - [Grant credits to a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/grant-credits-to-a-subscription.md): Creates a monetary API-granted credit on a subscription. The grant is immediately available for consumption. - [List active entitlements](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/list-active-entitlements.md): Returns every entitlement active on the subscription's current published version, including static boolean/number/string entitlements and grant-based credit allocations. - [List subscriptions](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/list-subscriptions.md): Returns a paginated list of subscriptions. Supports filtering by status, customer ID, and tag IDs. - [Update a subscription](https://alguna.com/docs/api-reference/v2/2026-04-01/subscriptions/update-a-subscription.md): Patches metadata on a subscription: name, description, trial period, billing flags, subscription-level discount, spending thresholds, price escalation, and tags. This endpoint does not modify the priced item set. To change items, see the [Updating a Subscription](/docs/api-reference/v2/examples/upda… - [Create a wallet grant](https://alguna.com/docs/api-reference/v2/2026-04-01/wallet-grants/create-a-wallet-grant.md): Creates a new grant on a wallet for a given amount. Grants may carry an expiry date and an associated payment reference. - [Get a wallet grant](https://alguna.com/docs/api-reference/v2/2026-04-01/wallet-grants/get-a-wallet-grant.md): Fetches a single wallet grant by ID. - [List grants for a wallet](https://alguna.com/docs/api-reference/v2/2026-04-01/wallet-grants/list-grants-for-a-wallet.md): Returns every grant attached to a specific wallet. - [List wallet grants](https://alguna.com/docs/api-reference/v2/2026-04-01/wallet-grants/list-wallet-grants.md): Returns a paginated list of wallet grants across the organization. Supports filtering by wallet ID and grant status. - [Create a wallet](https://alguna.com/docs/api-reference/v2/2026-04-01/wallets/create-a-wallet.md): Creates a new wallet for a customer. Wallets hold a balance in a single currency and can optionally be restricted to a specific set of products. - [Credit a wallet](https://alguna.com/docs/api-reference/v2/2026-04-01/wallets/credit-a-wallet.md): Credits a wallet by the specified amount and records the transaction type, reference ID, and optional description on the ledger. - [Debit a wallet](https://alguna.com/docs/api-reference/v2/2026-04-01/wallets/debit-a-wallet.md): Debits a wallet by the specified amount. Fails with `422` if the wallet has insufficient balance. - [Delete a wallet](https://alguna.com/docs/api-reference/v2/2026-04-01/wallets/delete-a-wallet.md): Deletes a wallet. Wallets with a non-zero balance cannot be deleted. - [Get a wallet](https://alguna.com/docs/api-reference/v2/2026-04-01/wallets/get-a-wallet.md): Fetches a single wallet by ID. - [Get wallet balance](https://alguna.com/docs/api-reference/v2/2026-04-01/wallets/get-wallet-balance.md): Returns the current balance for a wallet. - [List wallets](https://alguna.com/docs/api-reference/v2/2026-04-01/wallets/list-wallets.md): Returns a paginated list of wallets. Supports filtering by customer ID and active status. - [Update a wallet](https://alguna.com/docs/api-reference/v2/2026-04-01/wallets/update-a-wallet.md): Patches an existing wallet. Supports changing the name, currency, active flag, and the list of products the wallet can be used against. - [Creating a Subscription](https://alguna.com/docs/api-reference/v2/examples/creating-a-subscription.md): Concrete patterns for creating a subscription: from raw pricing, from a plan, from a plan with overrides, and with bundles. - [Updating a Subscription](https://alguna.com/docs/api-reference/v2/examples/updating-a-subscription.md): Two paths for mutating an active subscription: the changes API for deltas, and raw version lifecycle endpoints for snapshots. - [Idempotency](https://alguna.com/docs/api-reference/v2/idempotency.md) - [Overview](https://alguna.com/docs/api-reference/v2/overview.md): Alguna Public API reference documentation. - [Pricing Models Reference](https://alguna.com/docs/api-reference/v2/subscriptions/pricing-models.md): Technical reference for pricing models used in subscription items - [Webhooks](https://alguna.com/docs/api-reference/v2/webhooks.md) - [Approval Flows](https://alguna.com/docs/approvals/approval-flows.md): Understand how approval flows are created and processed - [Approval Rules](https://alguna.com/docs/approvals/approval-rules.md): Configure rules that determine when approvals are required - [Approval Workflows Overview](https://alguna.com/docs/approvals/overview.md): Implement approval processes for subscriptions and deals - [Approval Workflows Setup Guide](https://alguna.com/docs/approvals/setup-guide.md): Step-by-step guide to configuring approval workflows - [Automation Actions](https://alguna.com/docs/automations/actions.md): Available actions for your automation workflows - [Automations Overview](https://alguna.com/docs/automations/overview.md): Build powerful workflows to automate your billing operations - [Automation Reference](https://alguna.com/docs/automations/reference.md): Complete reference for automation triggers, actions, conditions, and templates - [Automation Triggers](https://alguna.com/docs/automations/triggers.md): Configure event and schedule-based triggers for your automations - [Create Metrics](https://alguna.com/docs/billable-metrics/define-metrics.md): Define billable metrics so you can meter usage - [Send Usage Events](https://alguna.com/docs/billable-metrics/send-usage.md): Ingest usage events via API, CSV, or data integrations - [Credit Consumption](https://alguna.com/docs/credits/credit-consumption.md): Understand how credits are consumed against invoices and usage - [Credit Grants](https://alguna.com/docs/credits/credit-grants.md): Create and manage credit grants for your customers - [Credits & Wallets Overview](https://alguna.com/docs/credits/overview.md): Understand how credits and wallets work in Alguna - [Wallets](https://alguna.com/docs/credits/wallets.md): Set up and manage prepaid wallets for your customers - [Multi-Currency Billing](https://alguna.com/docs/currencies/multi-currency.md): Bill customers in their local currencies - [Customer Contacts](https://alguna.com/docs/customers/customer-contacts.md): Manage multiple contacts per customer with role-based notifications - [Customer Families](https://alguna.com/docs/customers/customer-families.md): Organize customers into parent-child hierarchies to enable consolidated billing and account management - [Manage Customers](https://alguna.com/docs/customers/customer-management.md): Learn how to create and edit customers - [Customer Tax Rates](https://alguna.com/docs/customers/customers-tax-rates.md): Configure customer-specific tax settings and tax exemptions - [Entitlements Overview](https://alguna.com/docs/entitlements/overview.md): Manage feature access and subscription entitlements - [Data Exports](https://alguna.com/docs/exports/data-exports.md): Export your billing data for analysis and compliance - [Frequently Asked Questions](https://alguna.com/docs/faq.md): Common questions and real-world scenarios - [Customize Branding](https://alguna.com/docs/getting-started/branding.md): Add your branding to any customer facing documents - [Business Details](https://alguna.com/docs/getting-started/business-details.md): Configure your business details - [Currencies](https://alguna.com/docs/getting-started/currencies.md): Available currencies in Alguna - [Credits Quick Start](https://alguna.com/docs/guides/credits-quickstart.md): Offer prepaid balances and promotional credits to customers - [Customer Portal Integration](https://alguna.com/docs/guides/customer-portal-integration.md): Let customers manage their billing and subscriptions - [Create Your First Subscription](https://alguna.com/docs/guides/first-subscription.md): Step-by-step guide to creating subscriptions - [Launch PLG in 15 Minutes](https://alguna.com/docs/guides/launch-self-serve.md): Go from zero to accepting payments with trials, usage tracking, and customer portal - [Subscription Lifecycle](https://alguna.com/docs/guides/subscription-lifecycle.md): Understand how subscriptions move through their lifecycle - [Usage Metering Quick Start](https://alguna.com/docs/guides/usage-metering-quickstart.md): Bill customers based on actual consumption - [Webhooks Quick Start](https://alguna.com/docs/guides/webhooks-quickstart.md): Receive real-time notifications for billing events - [Hosted Checkout](https://alguna.com/docs/hosted/checkout.md): Accept payments with a secure, hosted checkout experience - [Custom Domains](https://alguna.com/docs/hosted/custom-domains.md): Custom domains allow you to personalize how your users access your hosted pages. - [Customer Portal](https://alguna.com/docs/hosted/customer-portal.md): Enable self-service account management for your customers - [Netsuite](https://alguna.com/docs/integrations/accounting/netsuite.md): Learn how to connect Netsuite with Alguna - [Quickbooks](https://alguna.com/docs/integrations/accounting/quickbooks.md): Learn how to connect Quickbooks with Alguna - [Xero](https://alguna.com/docs/integrations/accounting/xero.md): Learn how to connect Xero with Alguna - [HubSpot](https://alguna.com/docs/integrations/crm/hubspot.md): Learn how to connect HubSpot with Alguna - [Salesforce](https://alguna.com/docs/integrations/crm/salesforce.md): Learn how to connect Salesforce with Alguna - [BigQuery](https://alguna.com/docs/integrations/data-ingestion/bigquery-copy.md) - [External Sync](https://alguna.com/docs/integrations/external-sync.md): Bidirectional sync with external systems - [Quickbooks Invoicing](https://alguna.com/docs/integrations/invoicing-alternatives/quickbooks-invoicing.md): Learn how to use Quickbooks as an invoicing platform with Alguna - [Stripe Invoicing](https://alguna.com/docs/integrations/invoicing-alternatives/stripe-invoicing.md): Learn how to use Stripe as an invoicing platform with Alguna - [Xero Invoicing](https://alguna.com/docs/integrations/invoicing-alternatives/xero-invoicing.md): Learn how to connect Xero Invoicing with Alguna - [Integrations Overview](https://alguna.com/docs/integrations/marketplace.md): Learn how Alguna complements your existing sales, payments and finance tools - [ACH Payments](https://alguna.com/docs/integrations/payments/ach.md): Learn how to connect direct debit with Alguna - [Stripe Payments](https://alguna.com/docs/integrations/payments/stripe.md): Learn how to connect Stripe with Alguna - [Alguna Tax](https://alguna.com/docs/integrations/sales-tax/alguna-tax.md): Learn how to tax customers via the Alguna Dashboard - [Stripe tax](https://alguna.com/docs/integrations/sales-tax/stripe-tax.md) - [Credit Notes](https://alguna.com/docs/invoices/credit-notes.md): Issue credit notes to adjust invoices - [Invoicing Configuration](https://alguna.com/docs/invoices/invoicing-config.md): How the invoicing lifecycle works in Alguna and how to set up your preferences" - [Invoicing Customers](https://alguna.com/docs/invoices/invoicing-customers.md): Configure invoice delivery, payment collection, and customer communication - [One-Off Invoices](https://alguna.com/docs/invoices/one-off-invoices.md): Create, manage, and send one-off invoices for one-time charges - [Recurring Invoices](https://alguna.com/docs/invoices/recurring-invoices.md): How recurring invoices are managed in Alguna - [Refunds](https://alguna.com/docs/invoices/refunds.md): Process refunds for payments and manage refund workflows - [Roll-Up Billing](https://alguna.com/docs/invoices/rollup-billing.md): Consolidate subscription invoices from child customers into a single invoice billed to the parent customer - [Migration Checklist](https://alguna.com/docs/migrations/checklist.md): Complete checklist for migrating to Alguna with audit-driven onboarding - [Migrations](https://alguna.com/docs/migrations/migrations.md): Get started with Alguna in days - [Sync Accounts](https://alguna.com/docs/migrations/sync-accounts.md): Learn how to create and/or sync your customer accounts - [Welcome to Alguna](https://alguna.com/docs/overview.md): Alguna automates pricing, quoting and billing operations across the revenue lifecycle. - [Configure Products](https://alguna.com/docs/pricing/configure-products.md): Create and manage your product catalog with flexible pricing - [Manage Plans](https://alguna.com/docs/pricing/plans.md): Create and manage plans in Alguna - [Pricing Models](https://alguna.com/docs/pricing/pricing-models.md): Learn about supported pricing models - [AI & Infrastructure](https://alguna.com/docs/quickstarts/ai.md): Token-based pricing, credits, and usage metering for AI companies - [Developers](https://alguna.com/docs/quickstarts/developers.md): APIs, webhooks, SDKs, and usage metering integration - [Finance & Billing Ops](https://alguna.com/docs/quickstarts/finance-ops.md): Invoicing, AR, revenue recognition, and payment collection - [Fintech & Payments](https://alguna.com/docs/quickstarts/fintech.md): Transaction fees, interchange, and BaaS billing models - [Hybrid Motion](https://alguna.com/docs/quickstarts/hybrid-motion.md): Combine self-serve and sales-led for maximum growth - [Quick Starts](https://alguna.com/docs/quickstarts/overview.md): Get up and running with Alguna in minutes - [B2B SaaS](https://alguna.com/docs/quickstarts/saas.md): Per-seat, tiered, and hybrid pricing for software companies - [Sales-Led](https://alguna.com/docs/quickstarts/sales-led.md): Enterprise sales with custom quotes, contracts, and invoicing - [Sales & RevOps](https://alguna.com/docs/quickstarts/sales-revops.md): Quotes, pricing, CRM integration, and deal velocity - [Self-Serve (PLG)](https://alguna.com/docs/quickstarts/self-serve.md): Product-led growth with self-service checkout and upgrades - [Create Quotes](https://alguna.com/docs/quotes/create-quotes.md): Learn how to create quotes - [Sending Quotes](https://alguna.com/docs/quotes/send-quotes.md): Learn how to send quotes to customers and activate proposals - [Signing Quotes](https://alguna.com/docs/quotes/sign-quotes.md): Review how your customer can view and sign quotes - [Dashboard Insights](https://alguna.com/docs/revenue-insights/insights.md): Provides an overview of your business in real time - [Revenue Recognition](https://alguna.com/docs/revenue/recognition.md): ASC 606 and IFRS 15 compliant revenue recognition - [Subscription Amendments](https://alguna.com/docs/subscriptions/amendments.md): Make changes to active subscriptions - [Canceling Subscriptions](https://alguna.com/docs/subscriptions/canceling-subscriptions.md): Cancel subscriptions with full control over timing and behavior - [Editing Subscriptions](https://alguna.com/docs/subscriptions/editing-subscriptions.md): Learn how to make changes to existing subscriptions - [Managing Subscriptions](https://alguna.com/docs/subscriptions/overview-subscriptions.md): Learn how subscriptions work in Alguna - [Proration](https://alguna.com/docs/subscriptions/proration.md): Understand how mid-cycle subscription changes are prorated - [Subscription Versioning](https://alguna.com/docs/subscriptions/versioning.md): Manage subscription changes with version control - [Tax Management Overview](https://alguna.com/docs/tax/overview.md): Configure tax calculation and compliance for your invoices ## OpenAPI Specs - [2026-04-01](https://alguna.com/docs/api-reference/v2/specs/2026-04-01.json) ## Optional - [Contact us](https://alguna.io)