> For the complete documentation index, see [llms.txt](https://integrations.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integrations.impact.com/integration-guides/for-brands/plugin-integrations/subscriptions-and-payments/integrate-with-stripe/integrate-via-the-stripe-app.md).

# Integrate via the Stripe App

1. [Log in](https://marketplace.stripe.com/apps/impactcom-affiliate) to your Stripe account to install the Stripe App.
2. On the *Stripe Apps* page, select **Continue**.
3. Select your account name.
4. Review and confirm your access rights, then select **Install**.
5. Once the app is successfully installed, select **Continue to app settings**.
6. Enter your impact.com *Settings* details.
   * Refer to the *impact.com account information reference* below.
7. Select **Save settings** to complete the setup.

<div data-with-frame="true"><figure><img src="/files/9EOaqcL24avPTP0W1ezH" alt="" width="500"><figcaption></figcaption></figure></div>

#### **impact.com account information reference**

| Account Data               | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **URL\***                  | The URL of the site where your integration will be implemented.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Account SID\***          | In the impact.com platform, from the top navigation bar, select ![](/files/qPLiENtq33ewHc3tmEP4) **\[User profile] → Settings →** [**API**](https://app.impact.com/secure/advertiser/api/fr/api-access-tokens-ui.ihtml) and copy your Account SID.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| **Auth Token\***           | In the impact.com platform, from the top navigation bar, select ![](/files/qPLiENtq33ewHc3tmEP4) **\[User profile] → Settings →** [**API**](https://app.impact.com/secure/advertiser/api/fr/api-access-tokens-ui.ihtml) and copy your Auth Token.                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| **Program ID\***           | <p>In the impact.com platform, select your brand name in the top-left corner. Your <strong>Program ID</strong> is the numerical value under the program name.</p><p><img src="https://files.readme.io/2edc9a646ec0744579c7d80854773dc742f408e01c48224be1fb9756c4d524f0-program_id.png" alt="Program ID screenshot"></p>                                                                                                                                                                                                                                                                                                                                                                                   |
| **Event Type ID\***        | In the impact.com platform, from the top navigation bar, select ![](/files/qPLiENtq33ewHc3tmEP4) **\[User profile] → Settings →** [**Event Types**](https://app.impact.com/secure/advertiser/tracking-settings/actiontracker/view-actiontracker-flow.ihtml). Copy the number in parenthesis next to the name of the event type.                                                                                                                                                                                                                                                                                                                                                                           |
| **Recurring Tracker ID\*** | <p>Your impact.com recurring subscription Event tracking identifier. In impact.com, navigate to <br><img src="/files/qPLiENtq33ewHc3tmEP4" alt=""> <strong>\[User profile] → Settings →</strong> <a href="https://app.impact.com/secure/advertiser/tracking-settings/actiontracker/view-actiontracker-flow.ihtml"><strong>Event Type</strong></a>. This event type must be <a href="https://help.impact.com/en/support/solutions/articles/48001235457-modify-parent-child-event-types">linked as a child event</a> to your first subscription event type. For help with creating and linking event types, <a href="https://app.impact.com/support/portal.ihtml?createTicket=true">contact support</a></p> |

### End-to-End Testing

Once the impact.com app is fully installed, you can begin end-to-end testing to ensure everything is working properly. Learn how to proceed with [End-to-End Testing](/integration-guides/end-to-end-tests.md).


---

# 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://integrations.impact.com/integration-guides/for-brands/plugin-integrations/subscriptions-and-payments/integrate-with-stripe/integrate-via-the-stripe-app.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.
