#Dhaval
1 messages · Page 1 of 1 (latest)
how to decrease quantity of items in my active subscription?
how payment will be managed?
And also one i get payment in GBP currency and than i want to get his next payment in USD currency
is this possible?
hello! you can update the subscription item quantity : https://stripe.com/docs/api/subscriptions/update#update_subscription-items-quantity
And also one i get payment in GBP currency and than i want to get his next payment in USD currency
is this possible?
This isn't currently possible. The customer is locked into the first currency that they subscribe to. You'll need to create a new customer for them if you want to present a different currency
when I decrease subscription how my payment will affect?
and also i add quantity in subscription than how to get payment immediately ?
if you decrease the quantity, the prorated amount gets credited to the customer balance, this will be applied to the next invoice : https://stripe.com/docs/billing/customer/balance#examples
if you add quantity and want to get payment immediately, then use proration_behavior=always_invoice : https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior