PHPackages                             surprisehighway/craft-taxcloud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. surprisehighway/craft-taxcloud

ActiveCraft-plugin[Payment Processing](/categories/payments)

surprisehighway/craft-taxcloud
==============================

TaxCloud integration for Craft Commerce

2.0.0(3y ago)0491[1 issues](https://github.com/surprisehighway/craft-taxcloud/issues)MITPHP

Since Oct 14Pushed 3y ago2 watchersCompare

[ Source](https://github.com/surprisehighway/craft-taxcloud)[ Packagist](https://packagist.org/packages/surprisehighway/craft-taxcloud)[ RSS](/packages/surprisehighway-craft-taxcloud/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (8)Dependencies (2)Versions (10)Used By (0)

[![TaxCloud logo](resources/img/plugin-logo.png)](resources/img/plugin-logo.png)

TaxCloud plugin for Craft CMS 4.x
=================================

[](#taxcloud-plugin-for-craft-cms-4x)

TaxCloud integration for Craft Commerce

> ⚠️ The TaxCloud API only supports US destinations. This plugin takes over the built-in tax engine so Commerce will not calculate non-US taxes or use custom tax rules when installed.

Requirements
------------

[](#requirements)

This plugin requires Craft Commerce (Pro edition) 4.0 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require surprisehighway/craft-taxcloud

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for TaxCloud.

Configuring TaxCloud
--------------------

[](#configuring-taxcloud)

### Step 1: Configure the plugin

[](#step-1-configure-the-plugin)

Add your API connection settings and plugin defaults:

1. Define `TAXCLOUD_API_ID` and `TAXCLOUD_API_KEY` environmental variables in your `.env` file.

```
# Set your TaxCloud API ID
TAXCLOUD_API_ID="xxxxxxxx"

# Set your TaxCloud API Key
TAXCLOUD_API_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

```

2. Create a `config/taxcloud.php` file using the example found at `vendor/surprisehighway/taxcloud/config.php`

```
