#GANG
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Can you share an event ID that we can both look at?
Perfect, thanks
Okay this is a little busy but where you want to look is in the previous_attributes property
In this case it's showing you how the Subscription Items were updated
ok I see
You could identify exaclty what changed by comparing the Subscription items in the previous_attributes with the items in the Subscription that is returned in the data.object property
there's not an obvious statement descriptor or something similar ?
that's a good idea
I'll do that
I have another quick question if that's okay ๐
there's not an obvious statement descriptor or something similar
You set statement descriptors in Stripe.
I have another quick question if that's okay
Fire away
I was very curious about tiered volume based pricing : https://stripe.com/docs/products-prices/pricing-models#volume-based-pricing
I think it is great !
But I am quite surprised it only works for recurring (subscription) pricing
I'm curious as to why this pricing (dynamic unit price based on volume ) is not available for one time payment ?
Well Price objects only apply to Checkout Sessions for one time payments and I don't think tiered pricing has been implemented on Checkout for one-time payments
With Payment Intent and Charges you set the amount explicitly
Sure but I find this surprising that this is handled for subscription but not for one-time-payment. Anyway thanks for updating me ๐