#Rohit89
1 messages · Page 1 of 1 (latest)
hi! what's the customer ID cus_xxx?
sure
cus_N8vzSD7Uvy5yzl
I have custom portal id is bpc_1MOh0dLv5rdhLZWUD5jqK4Fg
I was trying to upgrade this subscription to yearly sub_1MOe7gLv5rdhLZWUjolcxzII
yearly amount is US$1,560.00
when I try to update it substracts -US$393.58 which is paid for other subscription
that's more or less how it works ; that customer has a credit balance https://dashboard.stripe.com/test/customers/cus_N8vzSD7Uvy5yzl/balance_transactions as a result of a previous invoice for that customer that had a negative balance(due to prorated changes). Those balances apply to the next invoice for that customer, regardless of what subscription it's for
So both subscription work independently. It just it is due to the balance?
it's due to the credit balance on the customer yes
Since portal is showing both subscriptions with update options. Is it possible to remove update from one?
I don't believe so, the configuration object doesn't allow for specifying individual sub_xxxs which can be enabled or disabled for updates
And any option to upgrade quantity for one subscription but not both?
no
Any option to remove one subscription from portal?
I don't believe so, the configuration object doesn't allow for specifying individual sub_xxxs which can be enabled or disabled for updates
Right now it always show both subscription under current plans
you'd have to use two separate Customer objects cus_xxx each with one-subscription-per-customer I think
but that won't be possible Correct?
Because customer can have multiple subscriptions
You are saying two portals with for each subscription
bpc_1MOhS5Lv5rdhLZWULqJxeRJK this is portal ID... it shows both active plans. No way to hide one
correct there's no way to hide one
yeah they can, indeed. And if they do, then the portal shows all them. The only way to avoid that(because the portal doesn't support it in its configuration) would be to not use a Customer with multiple subscriptions and have multiple customers instead