> For the complete documentation index, see [llms.txt](https://docs.societallabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.societallabs.com/integrations/our-integrations/stripe/creating-and-configuring-your-stripe-account.md).

# Creating and configuring your Stripe account

**Step 1: Account Creation**

* Go to the [Stripe website](https://stripe.com) and click on the "Sign up" button.
* Enter your email, desired password, and your country. Click "Create account".

**Step 2: Activate Your Account**

* Once logged in, you'll be prompted to start the activation process. Click "Activate your account".
* Fill in your business details, including your type of business, address, and phone number.

**Step 3: Add Your Bank Information**

* Enter the bank account details where you'd like to receive payments.
* Stripe needs this to deposit the money you'll earn from your sales.

**Step 4: Set Up Your Payment Details**

* Provide information about your products or services and how you plan to use Stripe.
* This includes setting your transaction currency and describing the nature of the transactions.

**Step 5: Compliance and Security Checks**

* Complete the required identity verification for you and your business. This may include uploading documents.
* Review and accept Stripe's terms of service and privacy policy.

#### Tips for Success

* **Stay Informed:** Regularly check Stripe’s documentation for any updates or changes in the setup process.
* **Security First:** Ensure your site is secure and complies with PCI DSS requirements to protect your customers' payment information.
* **Customer Support:** Set up clear policies for refunds and disputes. Stripe offers tools and settings to manage these aspects effectively.


---

# 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.societallabs.com/integrations/our-integrations/stripe/creating-and-configuring-your-stripe-account.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.
