> For the complete documentation index, see [llms.txt](https://humanic.gitbook.io/humanic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://humanic.gitbook.io/humanic/guides/find-your-stripe-credentials.md).

# Find your Stripe Credentials

### How to find Restricted API Key

To find the Restricted API Key (Client Secret) from Stripe, follow these steps:

1. Go to Stripe's developer page: [Stripe Developer Dashboard](https://dashboard.stripe.com/developers).
2. Navigate to the [API Keys](https://dashboard.stripe.com/test/apikeys) page in your Stripe account.

   <figure><img src="/files/bwSSqQdbubtZxjluQEe8" alt=""><figcaption></figcaption></figure>
3. Create a Restricted API key:

   1. Provide a name for the key to easily identify it.
   2. Grant read-only permissions to all relevant resources (Core, Checkout, Billing, Connect, Orders, Issuing, Reporting, Webhook, Payment Links, and Terminal). Ensure "None" is selected for resources without read-only permissions.

   <figure><img src="/files/BOs6iOxoA3PPWLCbfT3g" alt=""><figcaption></figcaption></figure>
4. Click "Create Key." A pop-up window will display the generated key, starting with `rk_live...`.

   ![](/files/ZkNWBwVVzfZpqS9XNUAd)
5. Copy the **Restricted API key**

{% hint style="info" %}
Store your API key securely and do not share it publicly. For more information, refer to the [Stripe documentation](https://docs.stripe.com/keys).&#x20;
{% endhint %}

### How to find your Stripe account ID

1. Go to your Stripe account settings > account details ([here](https://dashboard.stripe.com/settings/account)).
2. View/copy your account ID on the right-hand side (screenshot below). For example, the id on the account below is `acct_34PgAgMrrfXIUdQ`<br>

   <figure><img src="/files/3s0zpTsTUUVZadqLigXK" alt=""><figcaption><p>Stripe Account ID</p></figcaption></figure>


---

# 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://humanic.gitbook.io/humanic/guides/find-your-stripe-credentials.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.
