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

msr2406's avatar
Level 10

Cashier: Create subscription specifying Stripe data

I want to create a Cashier Subscription specifying values for Stripe data: prorate, trial_end and billing_cycle_anchor.

I see I can use trialUntil() and anchorBillingCycleOn() when creating a subscription but how to set prorate to false? There is no noProrate() function in SubscriptionBuilder.

Can I pass Stripe data directly into the Subscription creation process via an options argument somewhere - or some other way?

0 likes
1 reply

Please or to participate in this conversation.