# Stripe

## **Connector Overview**

<figure><img src="/files/LnXUo4Zt8IYPZ1tgZDsP" alt=""><figcaption></figcaption></figure>

Stripe is a payment processing platform that helps businesses of all sizes accept online payments, manage transactions, and build financial products through developer-friendly APIs and tools

## **Authentication Type**

Basic

## **Webhook Supported**

No

## **Secrets**

* PAN\_SEC\_STRIPE\_API\_KEY
* PAN\_SEC\_STRIPE\_WEBHOOK\_EVENTS

## **API Client Supported**

No

## **Requirements for Provisioning**

In order to provision your connector, the following Stripe information must be gathered:

* Webhook Events (Scopes)

## **How to Connect Your Integration**

Upon successfully creating a tenant, you will need the following information to connect to Stripe:

* API Key

To obtain the information required for connecting, please perform the following steps:

1. Log into your Stripe [Developer Dashboard](https://dashboard.stripe.com/test/dashboard)
2. Navigate to API Keys

## **API Resources**

For more information on how to utilize the Stripe API, feel free to reference the following [documentation](https://docs.stripe.com/development).


---

# Agent Instructions: 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:

```
GET https://docs.pandium.com/connectors/connectors-101/stripe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
