APIPaymentsCreate or update a price for a subscription plan
hidden

Parameters

Name

Type

Req.

  • slug

    string
    required
  • bodyapplication/json

    object
    optional
    Object Properties
    • active

      boolean
      optional
    • billing_model

      string
      optional
      Possible values
      • flat:  A flat amount charged every interval.
      • per_user:  A per-seat amount charged every interval.
    • cadence

      string
      optional
      Possible values
      • day:  Day.
      • month:  Month.
      • week:  Week.
      • year:  Year.
      • unknown:  Don't use.
    • unit_amount

      number
      optional

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
post
/subscription-plans/{slug}/prices
200 OK
Response