You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: userguide/aviate/aviate-tax.adoc
+38-4Lines changed: 38 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ To use the tax feature provided by the Aviate plugin, ensure that KB is started
27
27
com.killbill.billing.plugin.aviate.enableTax=true
28
28
----
29
29
30
-
In addition, the Aviate Tax feature requires some tenant-level configuration. This can be done by executing the https://killbill.github.io/slate/tenant.html#add-a-per-tenant-configuration-for-a-plugin[per-tenant configuration] endpoint as follows:
30
+
In addition, the Aviate Tax feature requires some tenant-level configuration. This can be done via the Aviate UI. See https://killbill.storylane.io/share/dmenqdn2zcoy[this demo].
31
+
32
+
Alternatively, you can also execute the https://killbill.github.io/slate/tenant.html#add-a-per-tenant-configuration-for-a-plugin[per-tenant configuration] endpoint as follows:
31
33
32
34
[source, bash]
33
35
----
@@ -125,6 +127,38 @@ Once the plugin is installed and tax support is enabled and configured, you can
125
127
In brief, you would need to do the following:
126
128
127
129
1. Ensure that the aviate plugin is installed and the tax feature is enabled and configured as explained above.
128
-
2. Create an account.
129
-
3. Create a billing account corresponding to the account. Ensure that the billing account includes tax registrations with the appropriate country code in the address.
130
-
4. Create a subscription corresponding to a product configured in Step 1. The tax invoice item will automatically be generated. See https://docs.killbill.io/latest/aviate-tax-tutorial.html[Aviate Tax Tutorial] for further details.
130
+
+
131
+
2. Create an account via https://apidocs.killbill.io/account#create-an-account[API] or https://docs.killbill.io/latest/userguide_kaui#create_an_account[kaui].
132
+
+
133
+
3. Create a billing account corresponding to the account. You can use the following API call. Ensure that the billing account includes tax registrations with the appropriate country code in the address.
4. Create a subscription corresponding to a product configured in Step 1. You can use https://apidocs.killbill.io/subscription#create-a-subscription[API] or https://docs.killbill.io/latest/userguide_kaui#_add_a_subscription[kaui]. The tax invoice item will automatically be generated.
162
+
163
+
164
+
Also refer to the https://docs.killbill.io/latest/aviate-tax-tutorial.html[Aviate Tax Tutorial] for further details.
0 commit comments