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

kalbairav's avatar

Laravel Spark + GST

Has anyone been able to get Laravel Spark (the new one using Stripe) working with GST?

eg. If customer has set the country as Australia, then GST be applied as a tax?

Keen to hear if anyone else has been able to implement multiple taxes with Spark

0 likes
3 replies
SeanKimball's avatar

I don't see anywhere in stripe to configure a tax rate table. When you setup a subscription it is looking for a "Product tax code" that you pick from a list - problem is it does not give you an actual code!!? To even enable that you also have to setup a Tax Registration. So all that is done, there appears to be nowhere to retrieve the code and checkout throws an error if you don't populate the taxRates array. Still searching Stripe docs for where that code might be hiding.

Please or to participate in this conversation.