Plan only for specific user Is there any option to create plan that only specific users can see ?
Could You give some tips?
As soon as you give all details required for the answer. What have you tried so far?
I would like to have specific made subscription offer for sepcific user, i looked throught whole documentation but there was nothing about such an option.
@mil_ Use an if statement.
Create a plan. Only show it if the authenticated user is the user you want to be able to see that plan.
Stripe isn’t going to do per-user plans because it’s not core subscription logic. That’s business logic specific to your application.
Please sign in or create an account to participate in this conversation.