# Stripe

## Requirements

<table><thead><tr><th width="190.3125">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>API Key</strong></td><td>Stripe Secret API Key. Used in all authenticated Stripe client calls.</td></tr></tbody></table>

### Integrating with Stripe

To enable the Stripe integration in Teleskope:

1. Navigate to **Integrations** in the Teleskope UI.
2. Select **Stripe** from the list of available third-party vendors.
3. Provide the required credentials:

* **Select API Key** (your Stripe account’s live secret key)

4. Click **Save** to activate the integration.

Once enabled, Teleskope can automatically issue deletion and retrieval requests to Stripe for qualified data subject rights requests.

### **Supported Endpoints & Identifiers**

| Endpoint                       | Default Identifier Types |
| ------------------------------ | ------------------------ |
| CUSTOMER                       | Email, Phone Number      |
| BANK\_ACCOUNT                  | Email                    |
| CARD                           | Email                    |
| PAYMENT\_METHOD                | Email                    |
| SUBSCRIPTION                   | Email                    |
| TAX\_ID                        | Email                    |
| INVOICE                        | Email                    |
| CREDIT\_NOTE                   | Email                    |
| CHARGE                         | Email                    |
| PAYMENT\_INTENT                | Email                    |
| SETUP\_INTENT                  | Email                    |
| CUSTOMER\_BALANCE\_TRANSACTION | Email                    |

### Parameter Defaults

Teleskope’s Stripe integration enforces the following default behavior:

<table><thead><tr><th width="228.78515625">Parameter Name</th><th width="149.98828125">Default Value</th><th>Notes</th></tr></thead><tbody><tr><td><strong>identifier type</strong></td><td>Email</td><td>Always used for Customer Search in Stripe. Supports Phone Number.</td></tr><tr><td><strong>pagination limit</strong></td><td>100</td><td>Max Stripe API page size.</td></tr></tbody></table>

Refer to Stripe's [deletion](https://docs.stripe.com/api/customers/delete) documentation.
