Create Clerk billing price
Create a billing price for a plan in a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/billing/priceshttps://api.vee3.io/v1/clerk/billing/prices
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_priceParameters6 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
plan_idstringRequiredBilling plan id to create a price for.
amountintegerRequiredPrice amount in cents (minimum 100).
min 100
currencystringOptionalISO currency code (for example usd).
annual_monthly_amountintegerOptionalEquivalent monthly amount in cents when billed annually (minimum 100).
min 100
descriptionstringOptionalPrice description.
Response9 fields
billing_priceobject8 fieldsCreated billing price summary.
billing_priceobjectidstringClerk billing price id.
plan_idstringBilling plan id this price belongs to.
currencystringISO currency code (for example usd).
amountintegerPrice amount in cents.
annual_monthly_amountintegerEquivalent monthly amount in cents when billed annually.
descriptionstringPrice description.
is_defaultbooleanWhether this is the default price for the plan.
created_atintegerUnix 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