# 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 Bundle](https://alguna.com/docs/api-reference/bundles/createBundles.md) - [Get Bundle](https://alguna.com/docs/api-reference/bundles/getBundles.md) - [List Bundles](https://alguna.com/docs/api-reference/bundles/listBundles.md): Retrieve a paginated list of price bundles - [Update Bundle](https://alguna.com/docs/api-reference/bundles/updateBundles.md) - [Create Credit Grant](https://alguna.com/docs/api-reference/credit-grants/create.md) - [Get Credit Grant](https://alguna.com/docs/api-reference/credit-grants/get.md) - [List Credit Grants](https://alguna.com/docs/api-reference/credit-grants/list.md) - [List Grants by Wallet](https://alguna.com/docs/api-reference/credit-grants/list-by-wallet.md) - [Create Credit Note](https://alguna.com/docs/api-reference/credit-notes/create.md) - [Get Credit Note](https://alguna.com/docs/api-reference/credit-notes/get.md) - [List Credit Notes by Account](https://alguna.com/docs/api-reference/credit-notes/list.md) - [Lookup Customer by Alias](https://alguna.com/docs/api-reference/customers/accountLookup.md) - [Create Account](https://alguna.com/docs/api-reference/customers/create.md) - [Create Customer Portal Session](https://alguna.com/docs/api-reference/customers/createCustomerPortal.md) - [Get Customer](https://alguna.com/docs/api-reference/customers/getByID.md) - [List Customers](https://alguna.com/docs/api-reference/customers/list.md): Retrieve a paginated list of customer accounts with optional filtering and sorting - [Update Customers](https://alguna.com/docs/api-reference/customers/update.md) - [Create Billable Metric](https://alguna.com/docs/api-reference/events/createMetric.md) - [Get Billable Metric](https://alguna.com/docs/api-reference/events/getMetric.md) - [Ingest Billable Events](https://alguna.com/docs/api-reference/events/ingest.md) - [List Billable Metrics](https://alguna.com/docs/api-reference/events/listMetrics.md): Retrieve a paginated list of billable metrics with optional filtering and sorting - [Update Billable Metric](https://alguna.com/docs/api-reference/events/updateMetric.md) - [Create invoice](https://alguna.com/docs/api-reference/invoices/create.md) - [Create Invoice Line Item](https://alguna.com/docs/api-reference/invoices/createLineItem.md) - [Delete Invoice Line Item](https://alguna.com/docs/api-reference/invoices/deleteLineItem.md) - [Generate PDF](https://alguna.com/docs/api-reference/invoices/generatePDFs.md) - [Get Invoice](https://alguna.com/docs/api-reference/invoices/getByID.md) - [Lookup Invoice by Reference](https://alguna.com/docs/api-reference/invoices/invoiceLookup.md) - [List Invoices](https://alguna.com/docs/api-reference/invoices/list.md): Retrieve a paginated list of invoices with optional filtering and sorting - [Mark Invoice as Paid](https://alguna.com/docs/api-reference/invoices/markAsPaid.md) - [Update Invoice Line Item](https://alguna.com/docs/api-reference/invoices/updateLineItem.md) - [Overview](https://alguna.com/docs/api-reference/overview.md) - [Get Plan](https://alguna.com/docs/api-reference/plans/getPlan.md) - [List Plans](https://alguna.com/docs/api-reference/plans/listPlans.md): Retrieve a paginated list of plans - [Create Product](https://alguna.com/docs/api-reference/products/createProduct.md) - [Get Product](https://alguna.com/docs/api-reference/products/getProduct.md) - [List Products](https://alguna.com/docs/api-reference/products/listProducts.md): Retrieve a paginated list of products with optional filtering and sorting - [Update Product](https://alguna.com/docs/api-reference/products/updateProduct.md) - [Get Refund](https://alguna.com/docs/api-reference/refunds/get.md) - [Create Subscription Version](https://alguna.com/docs/api-reference/subscription-versions/createSubscriptionVersion.md): Create a new version of a subscription - [Delete Subscription Version](https://alguna.com/docs/api-reference/subscription-versions/deleteSubscriptionVersion.md): Delete a draft subscription version - [Get Subscription Version](https://alguna.com/docs/api-reference/subscription-versions/getSubscriptionVersion.md): Retrieve details of a specific subscription version - [List Subscription Versions](https://alguna.com/docs/api-reference/subscription-versions/getSubscriptionVersions.md): Retrieve a list of all subscription versions - [Pricing Models API Reference](https://alguna.com/docs/api-reference/subscription-versions/pricingModels.md): Technical reference for implementing Alguna's pricing models in your API calls - [Publish Subscription Version](https://alguna.com/docs/api-reference/subscription-versions/publishSubscriptionVersion.md): Publish a draft subscription version - [Update Subscription Version](https://alguna.com/docs/api-reference/subscription-versions/updateSubscriptionVersion.md): Update an existing subscription version - [Activate Subscription](https://alguna.com/docs/api-reference/subscriptions/activateSubscription.md) - [Cancel Subscription](https://alguna.com/docs/api-reference/subscriptions/cancelSubscription.md) - [Create Subscription](https://alguna.com/docs/api-reference/subscriptions/createSubscription.md): Create a new subscription for a customer - [Delete Subscription](https://alguna.com/docs/api-reference/subscriptions/deleteSubscription.md): Delete a subscription - [Get Subscription](https://alguna.com/docs/api-reference/subscriptions/getSubscription.md): Retrieve details of a specific subscription - [List Subscriptions](https://alguna.com/docs/api-reference/subscriptions/getSubscriptions.md): Retrieve a paginated list of subscriptions with optional filtering and sorting - [Update Subscription](https://alguna.com/docs/api-reference/subscriptions/updateSubscription.md): Update metadata about the subscription - [Create Wallet](https://alguna.com/docs/api-reference/wallets/create.md) - [Credit Wallet](https://alguna.com/docs/api-reference/wallets/credit.md) - [Get Wallet](https://alguna.com/docs/api-reference/wallets/get.md) - [Get Wallet Balance](https://alguna.com/docs/api-reference/wallets/get-balance.md) - [List Wallets](https://alguna.com/docs/api-reference/wallets/list.md) - [Webhooks](https://alguna.com/docs/api-reference/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)