---
title: "Create Pricing Model"
method: POST
path: "/api/v1/pricing-models"
tags: ["Pricing Models"]
---

# Create Pricing Model

`POST /api/v1/pricing-models`

## Request body

- object
  - `pricingModel` object, required
    - `isDefault` boolean
    - `name` string, required
  - `defaultPlanIntervalUnit` 'day' | 'week' | 'month' | 'year'

## Response `200`

Successful response

- object
  - `pricingModel` PricingModelClientSelectSchema, required
    - `id` string, required
    - `createdAt` integer, required — Epoch milliseconds.
    - `updatedAt` integer, required — Epoch milliseconds.
    - `livemode` boolean, required
    - `organizationId` string, required
    - `isDefault` boolean, required
    - `name` string, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

## Changes

- **2026-01-11** `599bbd902d65` — 1 breaking
  - the `pricingModel/name` request property's minLength was increased from `0` to `1`
- **2025-12-08** `d53efdb1a902` — 1 breaking, 1 warning
  - removed the required property `pricingModel/integrationGuideHash` from the response with the `200` status
  - removed the request property `pricingModel/integrationGuideHash`
- **2025-11-25** `71d495f9b7d8` — 2 info
  - added the new optional request property `pricingModel/integrationGuideHash`
  - added the required property `pricingModel/integrationGuideHash` to the response with the `200` status
- **2025-10-18** `a1eeb4fac4d6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flowglad/apis/flowglad-api/changes/api/v1/pricing-models/post.md)

---

[API](https://skmtc.dev/flowglad/apis/flowglad-api.md) · [All operations](https://skmtc.dev/flowglad/apis/flowglad-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flowglad/flowglad-api/revisions/06c4dd78e137/schema)
