# Setting up Stripe

Setting up your Stripe Payments is part of the [General Setup](/admin-site/settings/general.md) which will help build a good foundation in your system. To set up your stripe payments, the first thing you will need to do is to go to **Settings** > **General** > **Enable Billing.** Ensure to enable the toggle button and hit **Save** so that the **Billing** tab will appear on the Settings page between Open Data and Branding.

{% hint style="info" %}
The stripe payouts are made weekly on Friday based on a 14 days rolling basis.
{% endhint %}

<figure><img src="/files/21DjygFX0S7CrEliJ0gO" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/h2Himprq1eqhJ11QZQKk" alt=""><figcaption></figcaption></figure>

On the **Billing** page, you will need to scroll down to the bottom of the page to set up your **Account Information**. You can either verify as a company, individual or as a US government entity.&#x20;

<figure><img src="/files/1k3SFBk9Qrcw6sVFVXTW" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You don't need to create a Stripe account to complete this process, the Movatic platform will take care of that.&#x20;
{% endhint %}

Verify buttons will redirect to the Stripe page as shown below. If you are verifying as a **Company** you will need to fill out the business details such as the business name, number, doing business as, and registered business address.&#x20;

![Example of Verifying as a Company](/files/-MgI_QvLv2H2fa2Molnx)

if you are verifying as an **Individual** you will need to fill out your personal details such as your full name, date of birth, and home address.

![Example of Verifying as an Individual ](/files/-MgI_cwdXBrBdEHfaJcg)

Alternative, if you are verifying as a goverment entity you will need to fill out the following details, like legal business name, EIN, address.

<figure><img src="/files/X5Mrpucwn62yQHCeyNW9" alt=""><figcaption></figcaption></figure>

Once you are done filling out the form, click **Continue** and you will be asked to review your details.

![](/files/-MgMXs_msQEEbkUy_SJy)

Select **Submit** when done and you will be directed back to the Account Information page on your dashboard and you will see your Stripe information.

<figure><img src="/files/kvmbs5IYwUrh1jlzUik1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If an admin needs to add an IBAN, you will need to reach out to <support@movatic.co>
{% endhint %}

### Import Stripe Account

If you've already set up a Stripe account on one of your systems, you can easily import these settings to other systems by navigating to the **Account Information** section and click **Import Stripe Account**.

<figure><img src="/files/eOACU1zBbqaK4tO8sxnP" alt=""><figcaption></figcaption></figure>

From there, simply select the system from which you want to import the configuration, and click the **Submit** button.

<figure><img src="/files/VywYu4uj0dwecCXYGwcd" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.movatic.co/admin-site/settings/billing/stripe-payments.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.
