# 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

![](https://2460415408-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4-xMZi7ajjvFtSJb5j%2F-MSgs6fX3P7fljurTClf%2F-MSgszn8Lez8qGM1K1j9%2FCaptura%20de%20pantalla%202021-02-04%20a%20las%2012.31.22.png?alt=media\&token=729f00b9-0354-400c-b37f-45c8cfad16f2)

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

#### 2. Business details

![](https://2460415408-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4-xMZi7ajjvFtSJb5j%2F-MShKd_Vi3dbanKh7_i1%2F-MShKnU_XHU9fLLadykJ%2FCaptura%20de%20pantalla%202021-02-04%20a%20las%2014.57.06.png?alt=media\&token=d86eba8b-f94f-416d-874b-b63dbae7fce0)

#### 3. Business representative

![](https://2460415408-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4-xMZi7ajjvFtSJb5j%2F-MShKd_Vi3dbanKh7_i1%2F-MShKucEjGfC3ehXuPrk%2FCaptura%20de%20pantalla%202021-02-04%20a%20las%2014.57.49.png?alt=media\&token=512d2a9b-986c-4096-b298-ba821e02eaac)

#### 4. Business owners informations

![](https://2460415408-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4-xMZi7ajjvFtSJb5j%2F-MSgs6fX3P7fljurTClf%2F-MSgszn3V2npdG7Rxye2%2FCaptura%20de%20pantalla%202021-02-04%20a%20las%2012.46.24.png?alt=media\&token=6476bdb4-3b4f-4828-87cf-c5ffeec0816d)

![](https://2460415408-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4-xMZi7ajjvFtSJb5j%2F-MSgs6fX3P7fljurTClf%2F-MSgszn2E7-WRswNhFCm%2FCaptura%20de%20pantalla%202021-02-04%20a%20las%2012.46.36.png?alt=media\&token=fb79018b-c88d-46b5-90d8-c3124e80939d)

![](https://2460415408-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4-xMZi7ajjvFtSJb5j%2F-MSgs6fX3P7fljurTClf%2F-MSgszn0Mzi-a_pgamfx%2FCaptura%20de%20pantalla%202021-02-04%20a%20las%2012.46.57.png?alt=media\&token=fd759af2-3e02-49be-a8e5-721b494d68c8)

#### 5. Payout details

![](https://2460415408-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4-xMZi7ajjvFtSJb5j%2F-MSgs6fX3P7fljurTClf%2F-MSgszmzwWCKkinzWMx6%2FCaptura%20de%20pantalla%202021-02-04%20a%20las%2012.47.03.png?alt=media\&token=5cea242d-c20a-44a4-a0c1-4b6f73530ca3)

#### 6. Review

![](https://2460415408-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4-xMZi7ajjvFtSJb5j%2F-MSgs6fX3P7fljurTClf%2F-MSgszmnxACkTUlSrtA7%2FCaptura%20de%20pantalla%202021-02-04%20a%20las%2012.48.36.png?alt=media\&token=b2979386-7a82-4d34-93bf-a13f151e94f0)

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

![You're newly Stripe account should appear there](https://2460415408-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4-xMZi7ajjvFtSJb5j%2F-MShMIPG84Z7ikV3bZN6%2F-MShMxcZKREYCSXaonCs%2FScreenshot%202021-02-04%20at%2015.08.00.jpg?alt=media\&token=1f216cef-930a-4031-8911-e8628edd16d3)

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