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

PT-83's avatar
Level 7

Access billing portal for non-registered user?

Hello, using Laravel Spark is it possible to have non-registered users access the /billing portal to make a one-time payment?

I don't need recurring and want to eliminate the step of having to register. currently, if you're not registered users get redirected to the login page.

0 likes
3 replies
PT-83's avatar
Level 7

Thank you. I'll take a look at Checkout!

PT-83's avatar
Level 7

FYI - I stumbled on Stripe Payment Links which is the easiest and fastest way to get a payment page up and running. Especially useful when throwing up a rather quick landing page.

In your Strip dashboard click Products-> Payment Links. Set up a product, use the link in your <a href="stripe payment link"<button></a> Thats it!

Please or to participate in this conversation.