> For the complete documentation index, see [llms.txt](https://docs.pandium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandium.com/connectors/connectors-101/taxcloud.md).

# TaxCloud

Set up the TaxCloud connector in Pandium using your Connection ID and API key so tenants can sync real-time sales tax calculation, exemption certificate, and filing data securely at scale.

## Connector Overview

<figure><img src="https://4017407078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfJn-9R_dn6dvcGNcdk%2Fuploads%2FQfPUpd0W9MxhinsszVCk%2FTaxCloud-logo-2026.webp?alt=media&amp;token=1d862641-b224-4c95-b6ea-e2839eed06fc" alt=""><figcaption></figcaption></figure>

TaxCloud is a sales tax compliance platform that calculates real-time sales tax at checkout, manages tax exemption certificates, and files and remits sales tax returns across U.S. jurisdictions.

## **Authentication Type**

Basic

## **Webhook Supported**

No

## Secrets

```
PAN_SEC_TAXCLOUD_CONNECTION_ID
PAN_SEC_TAXCLOUD_API_KEY
```

## **API Client Supported**

No

## Requirements for Provisioning

No provisioning is required for this connector.

## How to Connect Your Integration

Upon successfully creating a tenant, you will use the following information to connect to TaxCloud:

* API Base URL
* Connection ID
* API Key

{% stepper %}
{% step %}

#### Log into your TaxCloud account

{% endstep %}

{% step %}

#### Generate an API key

Navigate to **Developer > API** and click "Generate new key." Copy it immediately, as it may only be shown once.
{% endstep %}

{% step %}

#### Create a custom API integration

Navigate to **Integrations > Custom API** and create a new custom integration.
{% endstep %}

{% step %}

#### Copy the Connection ID

Copy the ConnectionID shown for that integration. This value is embedded directly in every TaxCloud API request URL (`https://api.v3.taxcloud.com/tax/connections/{ConnectionID}/...`), so it's required alongside the API key rather than being a separate optional field.
{% endstep %}
{% endstepper %}

## API Resources

For more information on how to utilize the TaxCloud API, reference the following [documentation](https://docs.taxcloud.com/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pandium.com/connectors/connectors-101/taxcloud.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
