Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mil_'s avatar
Level 1

Plan only for specific user

Is there any option to create plan that only specific users can see ?

0 likes
5 replies
mil_'s avatar
Level 1

Could You give some tips?

bugsysha's avatar

As soon as you give all details required for the answer. What have you tried so far?

1 like
mil_'s avatar
Level 1

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.

martinbean's avatar

@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 or to participate in this conversation.