You're viewing a demo portfolio

Join the waitlist
PRSM

clerk.create_billing_price

Active

Tool of Vee3

declared in 1.27.1

Create a billing price for a plan in a connected Clerk application. Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account. Returns the new billing_price summary. Cost = 10 tokens.

Parameters schema

{
  "type": "object",
  "title": "create_clerk_billing_priceArguments",
  "required": [
    "plan_id",
    "amount"
  ],
  "properties": {
    "amount": {
      "type": "integer",
      "title": "Amount",
      "minimum": 100,
      "description": "Price amount in cents (minimum 100)."
    },
    "plan_id": {
      "type": "string",
      "title": "Plan Id",
      "description": "Billing plan id to create a price for."
    },
    "currency": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Currency",
      "default": null,
      "description": "ISO currency code (for example usd)."
    },
    "description": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Description",
      "default": null,
      "description": "Price description."
    },
    "clerk_instance_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Clerk Instance Id",
      "default": null,
      "description": "Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account."
    },
    "annual_monthly_amount": {
      "anyOf": [
        {
          "type": "integer",
          "minimum": 100
        },
        {
          "type": "null"
        }
      ],
      "title": "Annual Monthly Amount",
      "default": null,
      "description": "Equivalent monthly amount in cents when billed annually (minimum 100)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →