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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,8 @@ In brief, you would need to do the following:
132
132
+
133
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.
134
134
+
135
-
```
135
+
[source, bash]
136
+
----
136
137
curl -X POST \
137
138
-H "Content-Type: application/json" \
138
139
-H "X-killbill-apiKey: aviate" \
@@ -156,7 +157,7 @@ curl -X POST \
156
157
]
157
158
}' \
158
159
http://127.0.0.1:8080/plugins/aviate-plugin/v1/ba
159
-
```
160
+
----
160
161
+
161
162
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.
0 commit comments