#Joshuamonkey - Volume Pricing

1 messages · Page 1 of 1 (latest)

silver orchid
#

Hello! You should be able to see this information inside the Price. Can you give me the Price ID you're using?

real shuttle
#

price {
"active": true,
"billing_scheme": "tiered",
"created": 1628538837,
"currency": "usd",
"id": "price_1JMeXpGy99CJwVIBhm1JKFVX",
"livemode": false,
"lookup_key": null,
"metadata": {},
"nickname": null,
"object": "price",
"product": "<edited>",
"recurring": {
"aggregate_usage": null,
"interval": "month",
"interval_count": 1,
"trial_period_days": null,
"usage_type": "licensed"
},
"tax_behavior": "unspecified",
"tiers_mode": "volume",
"transform_quantity": null,
"type": "recurring",
"unit_amount": null,
"unit_amount_decimal": null
}

#

The above is what's returned from requesting the price Id price_1JMeXpGy99CJwVIBhm1JKFVX

silver orchid
real shuttle
#

Thanks, that worked. I didn't notice before that "expand" has a link to more information in the documentation. Also needed to know to expand "tiers".