#harsha
1 messages · Page 1 of 1 (latest)
I imagine you would simply check the Subscription's line items to see if they are more expensive or less expensive than the previous items
Is there any alternative?
Hi, stepping in here
hii
An alternative here would be that you pass metadata when updating the subscription to capture this level of data: https://stripe.com/docs/api/subscriptions/update#update_subscription-metadata
And one more question related to upgrade (recurring subscriptions). If by any chance on upgrade immediately fails (like off_session payment fails due to insufficient balance). Will the payment triggered once again or it will not.
What do you mean by 'payment triggered once again'?
thanks for the reply. That will do
In off-session payments for the recurring subscriptions. By chance while charging for the next billing cycle . Some times off-session payments might fail. So In that case after certain duration will there any be attempt to charge.
It depends if you have smart retries on, https://stripe.com/docs/billing/revenue-recovery/smart-retries.
If you do, it will follow the settings in the Dashboard to retry the payment: https://dashboard.stripe.com/settings/billing/automatic.
This resource is bit better: https://stripe.com/docs/invoicing/automatic-collection#smart-retries