Checkout Line Item Price

  • currency
    Type: object · Currency
    required

    Three-letter ISO currency code

    • iso
      Type: string
      required

      Three-letter ISO currency code

    • scale
      Type: integer
      required

      Number of decimal places for this currency

  • id
    Type: string | null
    required

    Price ID when the line item uses a catalog price.

  • product
    Type: object · Checkout Line Item Productnullable
    required
    • description
      Type: string | null
      required

      Product description displayed to the customer.

    • id
      Type: string | null
      required

      Product ID when the line item uses a catalog product.

    • name
      Type: string
      required

      Product name displayed to the customer.

  • recurring
    Type: object · CheckoutPriceRecurringResponsenullable
    required

    Recurring billing details captured for a Checkout line-item price.

    • interval
      Type: string enum
      required
      values
      • day

        The price recurs in daily intervals.

      • week

        The price recurs in weekly intervals.

      • month

        The price recurs in monthly intervals.

      • year

        The price recurs in yearly intervals.

    • interval_count
      Type: integer Format: int64

      Number of intervals between billings.

  • unit_amount
    Type: integer · amountWithCurrencyPrecisionFormat: int64
    required

    Integer amount in minor units (e.g. cents) specific to the currency. Example: 100 for €1.00