> For the complete documentation index, see [llms.txt](https://docs.integry.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.integry.ai/apps/supported-apps/stripe.md).

# Stripe

[Stripe](https://stripe.com/) is an online software that accepts payments, sends payouts, and manages businesses online.

It allows you to create websites and apps that send payouts and accept payments. It is extremely secure and helps you send invoices without fraud, have an easy checkout, manage your business spending, and issue virtual cards. The Stripe App Connector syncs and manages customers with other third-party apps.

### Specifications  <a href="#specifications-0-0" id="specifications-0-0"></a>

Following are the basic specifications of the Stripe connector.

#### Authorization Type  <a href="#authorization-type-0-1" id="authorization-type-0-1"></a>

Stripe uses the [API key](https://support.integry.io/hc/en-us/articles/11112617800985-Supported-Authentication-Types) based authorization method. The API key identifies the end-user, and Integry uses this key to perform an API communication with Stripe on behalf of that end-user.

#### Trigger Type <a href="#trigger-type-0-2" id="trigger-type-0-2"></a>

The Stripe triggers are [webhook-based](https://tray.io/documentation/connectors/triggers/webhook-trigger/). Therefore, as soon as an event occurs, Integry will receive the trigger instantly.

### Limitations <a href="#limitations-0-3" id="limitations-0-3"></a>

There are no limitations of the Stripe App Connector.


---

# 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.integry.ai/apps/supported-apps/stripe.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.
