avadev / AvaTax-Calc-REST-PHP

PHP sample for the AvaTax Calc REST API
Apache License 2.0
9 stars 28 forks source link

AvaTax-REST-PHP

Other Samples

This is a PHP sample demonstrating the AvaTax REST API methods: tax/get POST, tax/get GET, tax/cancel POST, and address/validate GET.

For more information on the use of these methods and the AvaTax product, please visit our developer site or homepage

Dependencies:

Requirements:

Contents:

Sample Files
CancelTaxTest.phpDemonstrates the CancelTax method used to void a document.
EstimateTaxTest.phpDemonstrates the EstimateTax method used for product- and line- indifferent tax estimates.
GetTaxTest.phpDemonstrates the GetTax method used for product- and line- specific calculation.
PingTest.phpUses a hardcoded EstimateTax call to test connectivity and credential information.
ValidateAddressTest.phpDemonstrates the ValidateAddress method to normalize an address.
Other Files
AvaTaxClasses/Contains the core classes that make the service calls.
.gitattributes-
.gitignore-
LICENSE.md-
README.md-