# Stripe

[Stripe](https://stripe.com/) offers payment processing software and application programming interfaces for e-commerce websites and mobile applications.

## Account integration using Access Token

To begin, you will need:

* An [Stripe](https://stripe.com/) account.

**STEP 1:** Access your Stripe dashboard.

!\[Graphical user interface, application, Teams

Description automatically generated]\(/files/lAF63AEMMlQqdReI189J)

**STEP 2:** Click on the **\[Developers]** button in the left panel.

![](/files/l9thawsLnvk5wBjm4p9M)

**STEP 3:** Click on **\[API keys]**.

![](/files/QgeAs0pdCavBvMOvnD43)

**STEP 4:** Copy the secret key with your Stripe node credentials in iMBrace.

![](/files/VrKZOKBc5DrsaWOlR9cZ)

**STEP 5:** In iMBRACE, paste the secret key in the secret key column.

![](/files/mHUXUgEJT0VwDuOlKgz7)

**STEP 6:** Click on the **\[Create]** button.

![](/files/efHRelNkORS4giN5p8yH)

**DONE:** The credential can then be used for Stripe nodes.


---

# 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://imbrace.gitbook.io/imbrace-documentation/integrations/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.
