# Pandabase ## Docs - [Get analytics overview](https://docs.pandabase.io/api-reference/analytics/get-analytics-overview.md) - [Get gross volume analytics](https://docs.pandabase.io/api-reference/analytics/get-gross-volume-analytics.md) - [Get orders by country](https://docs.pandabase.io/api-reference/analytics/get-orders-by-country.md) - [Create a category](https://docs.pandabase.io/api-reference/categories/create-a-category.md) - [Delete a category](https://docs.pandabase.io/api-reference/categories/delete-a-category.md) - [Get a category](https://docs.pandabase.io/api-reference/categories/get-a-category.md) - [Get category](https://docs.pandabase.io/api-reference/categories/get-category.md): Returns category details including subcategories and up to 50 active products. - [List categories](https://docs.pandabase.io/api-reference/categories/list-categories.md): Returns a paginated list of categories. Supports filtering by featured status and parent category. - [Update a category](https://docs.pandabase.io/api-reference/categories/update-a-category.md) - [Create checkout session](https://docs.pandabase.io/api-reference/checkouts/create-checkout-session.md): Creates a checkout session with a 6-hour TTL. Returns a `checkout_url` that you can redirect customers to, or use the session ID to build a custom checkout experience. Supports both catalog products (by `product_id`) and dynamic line items (by `name` + `amount`). - [Estimate checkout](https://docs.pandabase.io/api-reference/checkouts/estimate-checkout.md): Stateless price estimation with tax and coupon preview. Does not create a session — use this to show a price breakdown before creating a checkout. - [Create a coupon](https://docs.pandabase.io/api-reference/coupons/create-a-coupon.md) - [Delete a coupon](https://docs.pandabase.io/api-reference/coupons/delete-a-coupon.md) - [Get a coupon](https://docs.pandabase.io/api-reference/coupons/get-a-coupon.md) - [List coupons](https://docs.pandabase.io/api-reference/coupons/list-coupons.md) - [Update a coupon](https://docs.pandabase.io/api-reference/coupons/update-a-coupon.md) - [Get customer details](https://docs.pandabase.io/api-reference/customers/get-customer-details.md) - [List customers](https://docs.pandabase.io/api-reference/customers/list-customers.md) - [Get license details](https://docs.pandabase.io/api-reference/licenses/get-license-details.md) - [List licenses](https://docs.pandabase.io/api-reference/licenses/list-licenses.md) - [Verify a license key](https://docs.pandabase.io/api-reference/licenses/verify-a-license-key.md) - [Get order details](https://docs.pandabase.io/api-reference/orders/get-order-details.md) - [List orders](https://docs.pandabase.io/api-reference/orders/list-orders.md) - [List refunds for an order](https://docs.pandabase.io/api-reference/orders/list-refunds-for-an-order.md) - [Retry order fulfillment](https://docs.pandabase.io/api-reference/orders/retry-order-fulfillment.md) - [Get payment details](https://docs.pandabase.io/api-reference/payments/get-payment-details.md) - [List payments](https://docs.pandabase.io/api-reference/payments/list-payments.md) - [Get payout details](https://docs.pandabase.io/api-reference/payouts/get-payout-details.md) - [List bank accounts](https://docs.pandabase.io/api-reference/payouts/list-bank-accounts.md) - [List payouts](https://docs.pandabase.io/api-reference/payouts/list-payouts.md) - [Create a product](https://docs.pandabase.io/api-reference/products/create-a-product.md) - [Delete a product](https://docs.pandabase.io/api-reference/products/delete-a-product.md) - [Get a product](https://docs.pandabase.io/api-reference/products/get-a-product.md) - [Get product](https://docs.pandabase.io/api-reference/products/get-product.md): Returns full product details including variants, options, and categories. - [List products](https://docs.pandabase.io/api-reference/products/list-products.md): Returns a paginated list of active products. Supports filtering, searching, and sorting. Only active products are returned — draft and deleted products are never included. - [Update a product](https://docs.pandabase.io/api-reference/products/update-a-product.md) - [Get store](https://docs.pandabase.io/api-reference/store/get-store.md): Returns public store information including branding, description, and social links. - [Get store details](https://docs.pandabase.io/api-reference/store/get-store-details.md) - [Cancel a subscription](https://docs.pandabase.io/api-reference/subscriptions/cancel-a-subscription.md): Cancel at period end (default) or immediately. Immediate cancellation revokes access and licenses. - [Get subscription details](https://docs.pandabase.io/api-reference/subscriptions/get-subscription-details.md) - [List subscriptions](https://docs.pandabase.io/api-reference/subscriptions/list-subscriptions.md) - [Pause a subscription](https://docs.pandabase.io/api-reference/subscriptions/pause-a-subscription.md): Pause billing. No charges until resumed. Only active subscriptions can be paused. - [Resume a subscription](https://docs.pandabase.io/api-reference/subscriptions/resume-a-subscription.md): Resume billing on a paused subscription. Charges resume at end of current period or immediately if the period has ended. - [Create a webhook](https://docs.pandabase.io/api-reference/webhooks/create-a-webhook.md) - [Delete a webhook](https://docs.pandabase.io/api-reference/webhooks/delete-a-webhook.md) - [Get a webhook](https://docs.pandabase.io/api-reference/webhooks/get-a-webhook.md) - [List webhooks](https://docs.pandabase.io/api-reference/webhooks/list-webhooks.md) - [Update a webhook](https://docs.pandabase.io/api-reference/webhooks/update-a-webhook.md) - [Changelog](https://docs.pandabase.io/developers/changelog.md): Keep track of every change to the Pandabase API. - [Introduction](https://docs.pandabase.io/developers/introduction.md): Learn how to use the Pandabase API programmatically. - [API Tokens](https://docs.pandabase.io/developers/learn/api-tokens.md): Authenticate with the Store API using Bearer tokens or HMAC signatures. - [Dynamic Payments](https://docs.pandabase.io/developers/learn/dynamic-payments.md): Collect additional information from customers during checkout using custom fields and metadata. - [Hosted Checkout](https://docs.pandabase.io/developers/learn/hosted-checkout.md): Embed or redirect to Pandabase's hosted checkout page. - [Payment Lifecycle](https://docs.pandabase.io/developers/learn/lifecycle.md): Learn how payment lifecycles work in Pandabase. - [Subscriptions (Beta)](https://docs.pandabase.io/developers/learn/subscriptions.md): Accept recurring payments with automatic billing, trials, and lifecycle management. - [Pagination](https://docs.pandabase.io/developers/pagination.md): Learn how pagination works across the Pandabase API. - [Rate limits](https://docs.pandabase.io/developers/rate-limits.md): Learn about API rate limits and how to work with them. - [Response Format](https://docs.pandabase.io/developers/responses.md): Learn how the Pandabase API structures responses and handles errors. - [Events](https://docs.pandabase.io/developers/webhooks/events.md): Types of events Pandabase sends to your webhook endpoints and how to handle them. - [Overview](https://docs.pandabase.io/developers/webhooks/overview.md): Listen to events from your Pandabase store so you can automatically trigger actions in your application. - [Getting Started](https://docs.pandabase.io/developers/websdk/getting-started.md): Low-level browser SDK for building custom checkout experiences. - [Managing your Account](https://docs.pandabase.io/guides/accounts.md): Setting up your account, identity verification, and security. - [Analytics](https://docs.pandabase.io/guides/analytics.md): Track revenue, orders, refunds, and disputes across your store. - [Payments](https://docs.pandabase.io/guides/payments.md): How payments work on Pandabase. - [Payouts](https://docs.pandabase.io/guides/payouts.md): How payouts work, supported countries, and fees. - [Introduction](https://docs.pandabase.io/index.md): Welcome to Pandabase — the merchant of record platform for digital commerce. - [Pricing](https://docs.pandabase.io/pricing.md): Transparent, pay-as-you-go pricing with no monthly fees or hidden charges. - [Quickstart](https://docs.pandabase.io/quickstart.md): Start selling digital products within minutes of signing up. ## OpenAPI Specs - [checkout-openapi](https://docs.pandabase.io/developers/checkout-openapi.json) - [openapi](https://docs.pandabase.io/developers/openapi.json) - [storefront-openapi](https://docs.pandabase.io/developers/storefront-openapi.json)