# Configure Stripe Connection

To Configure Stripe Connection, click on `Configure` in the Manage Apps page.

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

In the Configure page, you need to provide your Stripe API Key.

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

### Finding your Stripe API Key

Navigate to Stripe [dashboard](https://dashboard.stripe.com/apikeys).

Copy Secret key into the API key text box and press Connect to Stripe.

Alternatively, you can also create a new secret key

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

### Creating Restricted API Key

Stripe for Jira Service Management is a read only add on. It doesn't write any data to your Stripe instance.

To make sure this is the case, you can create a restricted API Key.

Navigate to Stripe [dashboard](https://dashboard.stripe.com/apikeys). Click on **Create restricted key**.

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

Select Read for all Permissions or None if Read options is not available.

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

Copy the created key into the text box in Configure page. Click on Connect to Stripe.

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


---

# 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.mybytes.tech/atlassian-cloud/stripe-for-jira-service-management/administrator-guide/configure-stripe-connection.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.
