Kill Bill tax plugin for Vertex.
This integration delegates computation of sales taxes to Vertex, which will appear directly on Kill Bill invoices.
Release builds are available on Maven Central with coordinates org.kill-bill.billing.plugin.java:vertex-plugin.
| Plugin version | Kill Bill version |
|---|---|
| 0.1.y | 0.22.z |
The following properties are required:
org.killbill.billing.plugin.vertex.url: Vertex endpoint
The following properties are optional:
org.killbill.billing.plugin.vertex.proxyHost: proxy hostorg.killbill.billing.plugin.vertex.proxyPort: proxy portorg.killbill.billing.plugin.vertex.strictSSL: if false, unverified certificates are trustedorg.killbill.billing.plugin.vertex.connectTimeoutorg.killbill.billing.plugin.vertex.readTimeout
These properties can be specified globally via System Properties or on a per tenant basis:
curl -v \
-X POST \
-u admin:password \
-H 'X-Killbill-ApiKey: bob' \
-H 'X-Killbill-ApiSecret: lazar' \
-H 'X-Killbill-CreatedBy: admin' \
-H 'Content-Type: text/plain' \
-d 'org.killbill.billing.plugin.vertex.url=XXX
org.killbill.billing.plugin.vertex.accountNumber=YYY
org.killbill.billing.plugin.vertex.licenseKey=ZZZ' \
http://127.0.0.1:8080/1.0/kb/tenants/uploadPluginConfig/killbill-vertex