(create-price stripe-client params)
(create-price stripe-client params opts)
Creates a new price for an existing product.
Stripe API docs: https://stripe.com/docs/api/prices/create
Creates a new price for an existing product. Stripe API docs: https://stripe.com/docs/api/prices/create
(list-prices stripe-client)
(list-prices stripe-client params)
(list-prices stripe-client params opts)
Lists all prices.
Stripe API docs: https://stripe.com/docs/api/prices/list
Lists all prices. Stripe API docs: https://stripe.com/docs/api/prices/list
(retrieve-price stripe-client price-id)
(retrieve-price stripe-client price-id opts)
Retrieves the price with the given ID.
Stripe API docs: https://stripe.com/docs/api/prices/retrieve
Retrieves the price with the given ID. Stripe API docs: https://stripe.com/docs/api/prices/retrieve
(search-prices stripe-client params)
(search-prices stripe-client params opts)
Searches for prices that match the given criteria.
Stripe API docs: https://stripe.com/docs/api/prices/search
Searches for prices that match the given criteria. Stripe API docs: https://stripe.com/docs/api/prices/search
(update-price stripe-client price-id params)
(update-price stripe-client price-id params opts)
Updates the specified price by setting the values of the parameters passed.
Stripe API docs: https://stripe.com/docs/api/prices/update
Updates the specified price by setting the values of the parameters passed. Stripe API docs: https://stripe.com/docs/api/prices/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close