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.
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!