> ## Documentation Index
> Fetch the complete documentation index at: https://docs.antei.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Scope

> A clear overview of what data Antei syncs from and sends to Stripe, and how it’s used.

<Icon icon="plug" size={26} color="#4B5563" />

# Stripe – Integration Scope

Antei integrates with Stripe to ingest subscription billing data, tax rates, and payment behavior to power global tax compliance, invoice generation, and jurisdiction-aware automation.

***

<Icon icon="rotate" size={26} color="#4B5563" />

## Syncing Scope

The following datasets are synced securely from your Stripe account.

<br />

| Data Type              | Description                                              | Frequency    |
| :--------------------- | :------------------------------------------------------- | :----------- |
| **Invoices**           | Invoice metadata, amounts, tax lines, status, due dates  | Every 1 hour |
| **Customers**          | Name, email, Stripe customer ID, metadata                | Every 1 hour |
| **Products**           | Catalog products, service flags, tax categories          | Every 1 hour |
| **Pricing**            | Unit prices, billing intervals, currency, tier structure | Every 1 hour |
| **Subscriptions**      | Recurring billing info, status, renewal cycles           | Every 1 hour |
| **Orders / Purchases** | Checkout-based purchases and associated invoice data     | Every 1 hour |
| **Tax Rate IDs**       | Custom tax rates, jurisdictions, and effective dates     | Every 1 hour |

<div style={{ fontSize: '0.85em', color: '#555', marginTop: '12px' }}>
  ✓ <strong>Note:</strong> Data is read-only. Antei never modifies your Stripe records.
</div>

***

<Icon icon="bolt" size={22} color="#4B5563" />

## Actionable Scope

Antei performs certain outbound actions on Stripe accounts to support jurisdictional compliance and invoice operations.

<br />

| Action Type                | Description                                             | Trigger Source          |
| :------------------------- | :------------------------------------------------------ | :---------------------- |
| **Create Checkout**        | Generates tax-compliant Stripe checkout sessions        | Via Antei UI/API        |
| **Generate Payment Links** | Builds localized payment URLs with tax logic embedded   | Antei workflow engine   |
| **Send Invoices**          | Pushes jurisdiction-tagged invoices via Stripe API      | Configured workflows    |
| **Apply Tax Rate IDs**     | Attaches specific tax rules to customer/product records | Configured entity logic |

<div style={{ fontSize: '0.85em', color: '#555', marginTop: '12px' }}>
  ✓ <strong>Tip:</strong> You can enable or disable action capabilities from the Stripe integration settings.
</div>

***

<Icon icon="shield-check" size={22} color="#4B5563" />

## Data Access & Security

Antei uses Stripe’s OAuth 2.0 protocol with read and scoped write access. All actions are permission-bound, encrypted, and fully logged.

> Antei does **not** access payment methods, card data, or webhooks not registered by the platform. Every sync is traceable under **Settings → Logs**.

→ [Review our Data Privacy Policy](https://antei.com/legal/privacypolicy)
