#nftarea

1 messages · Page 1 of 1 (latest)

hexed hornetBOT
limpid parrot
#

Only one customer is allowed in one subscription

hexed plover
#

Okay, thanks. We manage membership through a company in our app. Company owners can add/remove members. I was thinking if we can add/remove users from a subscription. Should we create subscription for members separately?

limpid parrot
#

It's not possible to change the customer of a subscription, so only creating subscription for each customer is possible

hexed plover
#

Oh okay! The thing is we will have to add payment methods for everyone. In our app, the company owner is the one who pays for all members.

limpid parrot
#

Alternatively, you can set the customer as company and charge the subscription based on the number of pax that's used

#

In this case, you don't have to create the subscription for each member

hexed plover
#

Yeah, currently we are doing that. We just increase/decrease the quantity field of subscription when owner adds or remove a member but now we want to restrict access of a particular member if payment for a when a quantity is increased and other such things.

limpid parrot
#

If it's a member access control, I'd recommend doing it your own internal system. For example, if you would like to restrict a member not to cancel the subscription, you can check in your system and not to update the quantity on company's subscription

hexed plover
#

ok, thanks