> For the complete documentation index, see [llms.txt](https://coliving.hackerhouse.paris/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coliving.hackerhouse.paris/host/payments-and-billing/get-paid/stripe.md).

# Stripe Verification – KYC

Every country has its own requirements that accounts must meet for Stripe to be able to pay out funds to individuals and companies. These are typically known as [Know Your Customer](https://support.stripe.com/questions/know-your-customer-obligations) (KYC) requirements. Regardless of the country, broadly speaking, the requirements Stripe must meet are:

* Collecting information about the individual or company receiving funds
* Verifying information to establish that we know who our customers are

{% hint style="info" %}
See Stripe [requirements](https://connect.stripe.com/express/oauth/authorize?response_type=code\&client_id=ca_9SYxmUWdLukjBH0xWsspOwmCdBYbw2Mx\&redirect_uri=https%3A%2F%2Fhackerhouse.paris%2Fversion-test%2Fstripe\&stripe_user\[email]=me%40acme.com\&stripe_user\[firstname]=Stephane\&stripe_user\[lastname]=Bounmy\&stripe_user\[country]=FR#/) (test)
{% endhint %}

### Stripe step by step

#### 1. Basic account informations

![](/files/-MSgszn8Lez8qGM1K1j9)

*It will ask to verify the mobile number before going to the next step*.

#### 2. Business details

![](/files/-MShKnU_XHU9fLLadykJ)

#### 3. Business representative

![](/files/-MShKucEjGfC3ehXuPrk)

#### 4. Business owners informations

![](/files/-MSgszn3V2npdG7Rxye2)

![](/files/-MSgszn2E7-WRswNhFCm)

![](/files/-MSgszn0Mzi-a_pgamfx)

#### 5. Payout details

![](/files/-MSgszmzwWCKkinzWMx6)

#### 6. Review

![](/files/-MSgszmnxACkTUlSrtA7)

Once you've clicked on `Done` you will be redirected back to HackerHouse.

![You're newly Stripe account should appear there](/files/-MShMxcZKREYCSXaonCs)

{% hint style="info" %}
[Read more](https://stripe.com/connect-account/legal) about Stripe's Connect terms & conditions
{% endhint %}


---

# 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://coliving.hackerhouse.paris/host/payments-and-billing/get-paid/stripe.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.
