Create Clerk billing price

Create a billing price for a plan in a connected Clerk application.

← All Clerk endpoints · Capability overview

POST/v1/clerk/billing/prices

https://api.vee3.io/v1/clerk/billing/prices

10 tokens

Create a billing price for a plan in a connected Clerk application.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

clerk.create_billing_price
Parameters6 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

plan_idstringRequired

Billing plan id to create a price for.

amountintegerRequired

Price amount in cents (minimum 100).

min 100

currencystringOptional

ISO currency code (for example usd).

annual_monthly_amountintegerOptional

Equivalent monthly amount in cents when billed annually (minimum 100).

min 100

descriptionstringOptional

Price description.

Response9 fields
billing_priceobject
8 fields

Created billing price summary.

idstring

Clerk billing price id.

plan_idstring

Billing plan id this price belongs to.

currencystring

ISO currency code (for example usd).

amountinteger

Price amount in cents.

annual_monthly_amountinteger

Equivalent monthly amount in cents when billed annually.

descriptionstring

Price description.

is_defaultboolean

Whether this is the default price for the plan.

created_atinteger

Unix timestamp in milliseconds when the price was created.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required