maton stripe price create

Create a price (unit-amount in cents, e.g. 1999 = $19.99)

maton stripe price create [flags]

Options

--active <string>
Whether the price is active (true/false)
--connection <string>
Connection ID to route through (Maton-Connection header)
--currency <string>
Three-letter currency code (required, e.g. usd)
--dry-run
Print the request that would be sent without executing it
-q, --jq <expression>
Filter JSON output using a jq expression
--json
Output raw JSON
--metadata <stringArray>
Metadata key=value pair (repeatable)
--nickname <string>
Internal price nickname
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--product <string>
Product ID this price belongs to (required)
--recurring-interval <string>
Billing interval (day, week, month, year) — sets recurring price
--recurring-interval-count <string>
Number of intervals between billings (default 1)
--tax-behavior <string>
Tax behavior (inclusive, exclusive, unspecified)
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"
--unit-amount <string>
Unit amount in cents

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton stripe price create --product prod_123 --currency usd --unit-amount 1999
$ maton stripe price create --product prod_123 --currency usd --unit-amount 1500 --recurring-interval month

See also