Skip to main content

Prices

This job fetches Prices from Stripe. Prices define the unit cost, currency, and (optional) billing cycle for both recurring and one-time purchases of products. Products help you track inventory or provisioning, and prices help you track payment terms. Different physical goods or levels of service should be represented by products, and pricing options should be represented by prices.

Add this job

Data

Sample Data

Open in new tab -

Data headers

HeaderDescription
idUnique identifier for the product.
objectType of object (e.g., product).
activeIndicates whether the product is currently active.
billing_schemeSpecifies how prices are billed for the product.
createdDate and time when the product was created.
currencyCurrency in which the prices are specified.
custom_unit_amountCustom unit amount for the product.
livemodeIndicates whether the product is in live mode.
lookup_keyLookup key associated with the product.
nicknameA nickname or short name for the product.
productThe type or category of the product.
recurring/aggregate_usageSpecifies how usage is aggregated for the product.
recurring/intervalInterval at which the product is billed.
recurring/interval_countNumber of intervals between each billing.
recurring/trial_period_daysNumber of days for a trial period.
recurring/usage_typeSpecifies whether the product's usage is metered or licensed.
tax_behaviorSpecifies the tax behavior for the product.
tiers_modeSpecifies how tiers are defined for the product.
transform_quantityIndicates whether to transform quantity on the invoice.
typeType of the product (e.g., service).
unit_amountUnit amount for the product.
unit_amount_decimalDecimal representation of the unit amount for the product.

Filtration options

This job can restrict the data that is visible in spreadsheets. Use the following parameters to restrict the data.

ParameterOptions
start_dateSelect bills with billing date on or after start_date. Format - YYYY-MM-DD
end_dateSelect bills with billing date on or before end_date. Format - YYYY-MM-DD
activeOnly return prices that are active or inactive (e.g., pass false to list all inactive prices).
currencyOnly return prices for the given currency (e.g., usd, inr,...).
typeOnly return prices of type recurring or one_time.
limitA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

References