#Gautam
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
but here .. I can see the as soon as price is getting change .. new amount is getting charged to customer
Is the new price of the same billing cycle?
my requirement is ..suppose 10 Dec to 10 Jan .. where customer already paid 100$.. but on 8th Jan if price is getting changed ..then we don't have to charge to customer on 8th ..it should be on cycle as 10thJan
with updated priceId
What's the value of this priceIdRef ?
According to this log https://dashboard.stripe.com/test/logs/req_sViRD5WR7zv9zZ. The billling peroid is changed from monthly to daily (because the price price_1MBaVOGXlQ7PG1untH8dUple is daily). It's expected to have an immediate payment. See https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#immediate-payment
price_1MEC8jGXlQ7PG1unxRnsVro2
immediate payment is expected behaviour .. ? we can not wait to end the existing subscription .
It's immediate payment because you are changing a monthly price to daily price, if the billing period remains the same after change, no immediate payment is required.
And you can actually use test clocks to test your integration (https://stripe.com/docs/billing/testing/test-clocks) instead of changing the billing period to daily.