Billing#

See how an AI assistant can help with billing in Brandwave, including example prompts and the details it may ask for.

Using your AI assistant

Connect to the Brandwave MCP server, then ask your AI assistant in natural language. It will choose the right Brandwave task and ask for any details it needs.

Create billing checkout session#

Create a Stripe Checkout session for an unpaid organization and a selected Brandwave paid plan.

Owner only

Example prompt#

text
Create a new billing checkout session.

Details to provide#

NameTypeRequiredDescription
organizationIdstring (UUID)RequiredOrganization identifier to create Checkout for.
plan'starter' | 'growth' | 'scale'RequiredSelected paid plan.

What you'll get back#

Returns { data } with the result.

Create billing portal session#

Create a Stripe Customer Portal session for a paid organization.

Owner only

Example prompt#

text
Create a new billing portal session.

Details to provide#

NameTypeRequiredDescription
organizationIdstring (UUID)RequiredOrganization identifier to launch Stripe Customer Portal for.

What you'll get back#

Returns { data } with the result.