#blinkdaffer
1 messages · Page 1 of 1 (latest)
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
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
There are two possible ways:
- Use listing customer's subscription; or
- 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
cool. thanks bud. you are a star