#hakiros

1 messages · Page 1 of 1 (latest)

merry girderBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

fickle parrot
#

Can you clarify what you mean here, or share an example request/response?

But when im doing stripe.prices.list with lookup key im getting
data without any information at all about prices

fickle pollen
#

prices.data[0]: [
{
id: 'price_123',
object: 'price',
active: true,
billing_scheme: 'tiered',
created: 1698999942,
currency: 'pln',
custom_unit_amount: null,
livemode: false,
lookup_key: 'key',
metadata: {},
nickname: null,
product: {
id: 'prod_123',
object: 'product',
active: true,
attributes: [],
created: 1698999864,
default_price: 'price_123',
description: null,
features: [],
images: [],
livemode: false,
metadata: {},
name: 'name',
package_dimensions: null,
shippable: null,
statement_descriptor: null,
tax_code: 'txcd_10000000',
type: 'service',
unit_label: null,
updated: 000000,
url: null
},
recurring: {
aggregate_usage: null,
interval: 'year',
interval_count: 1,
trial_period_days: null,
usage_type: 'licensed'
},
tax_behavior: 'unspecified',
tiers_mode: 'graduated',
transform_quantity: null,
type: 'recurring',
unit_amount: null,
unit_amount_decimal: null
}
]

#

there is no unit price nor anything which would tell me how much customer is going to be charged for first subscription and next ones, i have also retrieved product id, and default price but there also wasn't any info about price

#

in other types of subscriptions im getting info about price at unit_amount: null,

fickle parrot