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

ChristianPav's avatar

Cashier (Stripe) Gift Free Subscriptions.

I would like the ability for an admin to give a user a free subscription with an expiration date using cashier. I have 3 different subscription levels, and would like it if an admin can "gift" a subscription of any level to a user. And I'm not sure the right way to do this using cashier. Do I create a trial, or is there a way to add a subscription with no payment method?

0 likes
2 replies
martinbean's avatar

@christianpav Simply add a coupon that gives 100% off for three months. When the coupon expires, the customer will then begin to be billed normally.

Please or to participate in this conversation.