Loading...

Subscription billing

Share this article

Overview

Subscription billing is what your business pays Mallard Bay for using the platform (your software plan). It runs through Stripe’s billing experience and is separate from money guests pay you for bookings, Quick Pay links, and your Stripe connected account used for payouts.

In the dashboard today, the main outfitter-facing entry points are: opening the Billing path (/billing), following a /billing-portal link that includes a code, and using Request subscription changes in your profile menu (which sends you to a Mallard Bay web form). Detailed plan breakdowns visible inside the dashboard (tier name, billing period dates, bundled products/add-ons/promotions) appear in workflows that this codebase exposes to Mallard Bay operators, not as a standalone “subscription summary” screen for every outfitter user—your live subscription details after using Billing are largely what Stripe shows in the portal unless Mallard Bay provides them elsewhere.

Prerequisites

  • A normal dashboard login when you use Account settings, Stripe dashboard (guest payouts), or Request subscription changes from the profile menu.
  • The /billing and /billing-portal routes are implemented so they do not require dashboard authentication before redirecting; you may briefly see a loader, then you leave the dashboard for Stripe (or hit an error if configuration is missing). Exact Stripe sign-in behavior depends on Stripe and how your customer portal is set up.
  • Billing owner settings (who receives booking payouts via Stripe Connect) concern booking payments, not Mallard Bay’s software subscription—you can see billing owner info in outfitter Manage / settings-type areas where that card is surfaced, but that is distinct from /billing.

Step-by-step: using subscription billing from the dashboard

1. Open Billing (/billing)

  1. Sign in if you’re working from other dashboard areas first.
  2. Go to /billing on your Mallard Bay admin host (same place as the rest of the dashboard; canonical path /billing).
  3. The page redirects you to Stripe’s customer billing portal using a centrally configured billing portal URL.

You use this flow to manage Mallard Bay subscription logistics that Stripe exposes in the portal (for example invoices, payment method, cancellation—whatever your Stripe customer portal is configured to allow). If the billing portal URL is not configured for the deployed app, this repository’s page surfaces an error state instead of redirecting—the exact wording is not spelled out beyond a generic loading/error container in code.

2. Use a link with /billing-portal and a code (when Mallard Bay sends one)

Sometimes you receive a dashboard URL shaped like /billing-portal?code=….

  1. Open the link exactly as provided.
  2. The app asks the Mallard Bay API for a stripeBillingPortalUrl tied to that code, then redirects in-app navigation to Stripe.

If you strip the code query parameter, this path has nothing to look up and will not behave as intended. This pattern is suited to session-specific, targeted portal links.

3. Request subscription changes (plans, tiers, add-ons Mallard Bay must handle)

When you want to upgrade, downgrade, or otherwise change plan features Mallard Bay controls outside the Stripe self-serve portal:

  1. Open your profile menu (account menu in the header).
  2. Choose Request subscription changes.
  3. You are taken to {Mallard Bay root website}/for-guides/subscription-requests (configured from environment; the slug is subscription-requests under the for-guides section of the public site).

The dashboard copies for feature limits elsewhere often tell you to reach out to your account manager for upgrades when a capability is gated—use Request subscription changes plus any direction you’ve gotten from Mallard Bay so requests go through the intended channel.

4. Do not confuse other “billing” shortcuts

These exist in or near product navigation but solve different problems:

Path / menu item What it is about (from this codebase)
/billing Mallard Bay software subscription → Stripe billing portal redirect.
/billing-portal?code= Same family as above: API-resolved portal session.
/account-portal Stripe connected account portal for guest/booking money (payouts side), not Mallard Bay’s subscription.
Stripe dashboard (profile menu, when shown) Login link to your connected Stripe account for operational payout activity—again, not software subscription.
Billing owner (outfitter settings) Which user/Stripe connected account receives booking payments; separate from who pays Mallard Bay for the product.

Common pitfalls

  • Treating guest payments like your software bill. Deposits, balances, ACH/card on bookings, and Quick Pay belong to Payment workflows and reports—not /billing.

  • /billing versus /billing-portal. /billing uses a fixed configured portal destination. /billing-portal needs a code from Mallard Bay; they are not interchangeable.

  • /account-portal vs /billing. Using the connected-account portal expecting Mallard Bay subscription invoices (or vice versa) leads to confusion. Match the workflow to whether you mean booking payouts or platform subscription.

  • Expecting a rich subscription breakdown inside the dashboard shell. After /billing, you typically land on Stripe. In-repo UI that lists subscription tier name, subscription start date, current period boundaries, bundled products/add-ons/promotions is wired for internal Mallard Bay operator views (outfitterSubscriptionInfo modal/content), not surfaced as general outfitter “Billing overview” navigation in this repository.

Related workflows that show up beside subscription concerns

  • Paywalls and limits (coupons, team members, gated features): the app may block an action with copy pointing you to upgrade via your account manager—pair that with Request subscription changes or your Mallard Bay contact rather than tweaking Stripe payout settings alone.
  • Free-tier upgrade path for operators: internal flows can surface a copiable billing portal URL generated per outfitter (outfitterSubscriptionBillingPortalUrl) so an owner can add a payment method before a paid plan change; that is an operator-assisted pattern in this codebase, not a generic outfitter self-serve screen.
  • Billing owner / payout setup: ensure the right person is billing owner and has finished Stripe onboarding so booking revenue routes correctly—this does not replace managing your Mallard Bay subscription through Billing or Mallard Bay support.

Unknown from this repository alone

  • The exact Stripe Customer Portal screens and allowed actions (which buttons appear, cancellation rules, invoice history layout) depend on Stripe configuration and Mallard Bay’s Stripe setup—not on this frontend code.
  • Whether your deployment links “Billing” in a sidebar or homepage card versus only via 书签 / help links / bookmarks: no outfitter-facing navigation wiring to /billing was found besides the routes themselves; routing may be documented or linked from help content outside this app.
  • The specific questions and routing behind /for-guides/subscription-requests live on the public Mallard Bay site, not this dashboard codebase.

Related knowledge articles

Website performance insights

The Web Performance area (/web-performance) in the Mallard Bay admin dashboard is where you review t...

Read

Website builder

The Website builder is where you design and maintain your outfitter’s Mallard Bay–hosted marketing w...

Read

Website booking widget

The Website Widget is an integration that lets you create embeddable booking experiences for your ow...

Read

Waivers and digital signatures

Mallard Bay supports waivers in two complementary ways:

Read

Reviews and guest feedback

The Feedback area of the Mallard Bay dashboard (/feedback) is where you see guest reviews for your o...

Read

Reporting and analytics

Open Reporting from the main navigation. The page uses tabs:

Read

Referrals program

The Referrals page in your Mallard Bay dashboard is where you work booking referrals: one outfitter ...

Read

Quotes and booking invites

Quotes in Mallard Bay are how you package a trip offer—listing, dates, package, guests, add-ons, opt...

Read

Quick Pay links

Quick Pay lets you create standalone payment requests and share a guest checkout link with a custome...

Read

Paid Facebook ads

Mallard Bay’s paid Meta (Facebook / Instagram) tools help you promote a listing, collect leads with ...

Read

Outfitter payments and financial settings

Payments & Financials is a section under My Outfitter in the Mallard Bay dashboard. It holds out...

Read

Website performance insights

Learn more in the Mallard Bay knowledge base.

Read

Website builder

The website builder is managed in the Mallard Bay web dashboard. In the mobile app, outfitters and t...

Read

Waivers and digital signatures

Waivers and digital signature setup are managed in the Mallard Bay web dashboard. In the mobile app,...

Read

Account setup and onboarding

Getting started in Mallard Bay usually involves a few distinct steps in the dashboard:

Read

Team and access

Use the Mallard Bay mobile app to manage the people who help run your outfitter account in the field...

Read

Booking and guest experience settings

Booking & Guest Experience lives under My Outfitter at /my-outfitter#booking-guest-experience. I...

Read

Stripe Terminal

Stripe Terminal lets you collect an in-person card payment from the Mallard Bay mobile app using the...

Read

Outfitter business profile

My Outfitter is the main screen in the Mallard Bay admin dashboard where you configure your outfitte...

Read

Reviews and reputation

Learn more in the Mallard Bay knowledge base.

Read

Referrals program

Referral tracking and participant reporting are managed in the Mallard Bay web dashboard. In the mob...

Read

Message templates

Message templates are reusable email and SMS layouts you maintain in the Mallard Bay dashboard. They...

Read

Quotes and booking invites

Learn more in the Mallard Bay knowledge base.

Read

Trip listings

Listings are the trips, charters, hunts, or packages your outfitter sells and operates in Mallard Ba...

Read

Quick Pay

Learn more in the Mallard Bay knowledge base.

Read

Payments

Payments in the Mallard Bay mobile app help outfitters and guides collect, review, share, refund, an...

Read

Paid Facebook Ads

Paid Facebook ads are managed from the Mallard Bay web dashboard, not as a native mobile campaign bu...

Read

Listing operations and logistics

Operations & Logistics is one section on each listing’s management screen in the Mallard Bay das...

Read

Outfitter profile and settings

Learn more in the Mallard Bay knowledge base.

Read

Notifications

Notifications help outfitters and guides keep up with operational updates while working in the Malla...

Read

Mobile onboarding

Learn more in the Mallard Bay knowledge base.

Read

Listing availability and pricing

Availability & Pricing groups the tools that decide when guests can book a listing and what they...

Read

Mobile home

Learn more in the Mallard Bay knowledge base.

Read

Leads

The Leads page is an inbox-style list of prospects for your outfitter. Each row shows name (with an ...

Read

Message templates and automations

Learn more in the Mallard Bay knowledge base.

Read

Integrations overview

Integrations is the hub in the Mallard Bay admin dashboard where you open setup for third‑party conn...

Read

Menu and web dashboard access

The mobile Menu gives outfitters and guides one place to reach both native mobile workflows and web ...

Read

SMS integration

The SMS integration in the Mallard Bay dashboard lets your outfitturn on text messaging for marketin...

Read

Trip listings

Learn more in the Mallard Bay knowledge base.

Read

QuickBooks integration

The QuickBooks integration connects your Mallard Bay outfitter account to QuickBooks Online so booki...

Read
Pricing

Quick Links

Pricing

Sitemap

FAQs

Get in Touch

+1 (225) 831-8219

sales@mallardbay.com

Made in Houston Texas