You should be able to get GST added by creating a Tax Rate in the Products section of Stripe. After that copy the Tax Rate ID and assign it to the Laravel Model that is the Billable model for Spark.
https://laravel.com/docs/10.x/billing#subscription-taxes
Alternatively since you want multiple countries, you can copy extend the Features class to have a new method called gstCollection.
https://spark.laravel.com/docs/spark-stripe/taxes.html