Hi All. I am new here, but not new to coding, or Laravel. I have a SaaS product nearing functional completion, and am trying to put a subscription model around it all with Cashier/Stripe. In trying to follow the Cashier docs (Laravel 9), I have tried to create a new subscription user()->newSubscription() and am getting an error message about my customer location not being recognised by the tax engine. I understand what the tax engine is trying to do, but my question is.... as I am providing a SaaS I have a users email address, and their timezone (so I could derive a county) but apparently thats not enough.... the official Cashier docs dont mention anything about "What" to do and in what order. I find them very much answering "How" questions rather than what or when or why.... so does anyone else on here do subscription billing with Cashier in Laravel 9 without asking a user for their address for a SaaS product?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community