#blinkdaffer

1 messages · Page 1 of 1 (latest)

frigid havenBOT
pliant patio
#

There is no native support from Stripe with restricting one subscription for each customer. You'd need to implement it on your own. Before creating a subscription, your system should check whether the customer has an existing subscription

hexed mauve
#

thank you.

#

quick question. is list subs the only way to confirm this. is there any way i can search by priceid or product id

pliant patio
#

There are two possible ways:

  1. Use listing customer's subscription; or
  2. Once the subscription on a customer is created, save the information to your own database. Your system should check from your database if there's any exiting subscription before creating one
hexed mauve
#

cool. thanks bud. you are a star