# Set up Mollie

<HTMLBlock>{`
<ul class="mollie-actions mollie-actions--filled">
  <li class="mollie-actions-item">
    <div class="mollie-actions-content">
      <div class="mollie-actions-title">No-code</div>
      <div class="mollie-actions-description">
        Get paid online with no code
      </div>
    </div>
    <div class="mollie-actions-postfix">
      <a href="/docs/no-code-integration" class="mollie-actions-link">
        <svg class="mollie-actions-icon">
          <use href="#chevron-right" />
        </svg>
      </a>
    </div>
  </li>
  <li class="mollie-actions-item">
    <div class="mollie-actions-content">
      <div class="mollie-actions-title">Prebuilt integrations</div>
      <div class="mollie-actions-description">
        Connect to your ecommerce platform
      </div>
    </div>
    <div class="mollie-actions-postfix">
      <a href="/docs/prebuilt-integrations" class="mollie-actions-link">
        <svg class="mollie-actions-icon">
          <use href="#chevron-right" />
        </svg>
      </a>
    </div>
  </li>
  <li class="mollie-actions-item">
    <div class="mollie-actions-content">
      <div class="mollie-actions-title">Ready-to-go libraries</div>
      <div class="mollie-actions-description">
        Use our client and server libraries
      </div>
    </div>
    <div class="mollie-actions-postfix">
      <a href="https://www.mollie.com/developers/packages" rel="noopener" target="mollie-developers" class="mollie-actions-link">
        <svg class="mollie-actions-icon">
          <use href="#chevron-right" />
        </svg>
      </a>
    </div>
  </li>
  <li class="mollie-actions-item">
    <div class="mollie-actions-content">
      <div class="mollie-actions-title">API Reference</div>
      <div class="mollie-actions-description">
        Start a custom build with Mollie API
      </div>
    </div>
    <div class="mollie-actions-postfix">
      <a href="/reference" class="mollie-actions-link">
        <svg class="mollie-actions-icon">
          <use href="#chevron-right" />
        </svg>
      </a>
    </div>
  </li>
  <li class="mollie-actions-item">
    <div class="mollie-actions-content">
      <div class="mollie-actions-title">Mollie connect</div>
      <div class="mollie-actions-description">
        Set up payments for platforms and marketplaces
      </div>
    </div>
    <div class="mollie-actions-postfix">
      <a href="/docs/mollie-connect-overview" class="mollie-actions-link">
        <svg class="mollie-actions-icon">
          <use href="#chevron-right" />
        </svg>
      </a>
    </div>
  </li>
  <li class="mollie-actions-item">
    <div class="mollie-actions-content">
      <div class="mollie-actions-title">For integration partners</div>
      <div class="mollie-actions-description">
        Integrate with an e-commerce or SaaS platform
      </div>
    </div>
    <div class="mollie-actions-postfix">
      <a href="/docs/integration-partners-getting-started" class="mollie-actions-link">
        <svg class="mollie-actions-icon">
          <use href="#chevron-right" />
        </svg>
      </a>
    </div>
  </li>
</ul>
`}</HTMLBlock>

<HTMLBlock>{`
<svg xmlns="http://www.w3.org/2000/svg" style="display: none">
  <defs>
    <symbol id="chevron-right" viewBox="0 0 16 16" fill="none">
      <path
        d="M5.21847 12.7908C4.91198 12.4974 4.93018 12.0042 5.25913 11.6893L9.62695 7.50763C9.9559 7.19271 10.471 7.17528 10.7775 7.46871C11.084 7.76214 11.0658 8.25532 10.7369 8.57024L6.36904 12.7519C6.04009 13.0668 5.52497 13.0843 5.21847 12.7908Z"
        fill="var(--color-text-default)"
      />
      <path
        d="M5.21848 3.20916C5.52498 2.91573 6.04011 2.93316 6.36905 3.24809L10.7369 7.42976C11.0658 7.74468 11.084 8.23786 10.7775 8.53129C10.471 8.82472 9.9559 8.80729 9.62696 8.49237L5.25914 4.3107C4.93019 3.99577 4.91199 3.50259 5.21848 3.20916Z"
        fill="var(--color-text-default)"
      />
    </symbol>
  </defs>
</svg>
`}</HTMLBlock>

This guide will help you set up Mollie and start accepting payments.

To get started quickly, you can simply drop Mollie into your hosted webshop with one of our free integrations, or leverage one of our existing API packages for a more advanced setup.

If you are using platforms such as **Shopify, WooCommerce, Magento**, or other e-commerce platforms, you can use our [pre-built integrations](woo-get-started).

For more advanced users, we have made **Mollie API packages** available for the most popular programming languages and frameworks. These include PHP, Ruby, Node.js, and Python. Refer to our [package list](https://www.mollie.com/developers/packages) for more packages and plugins.

To get to know the Mollie API better, a good starting point is to first navigate the [API Reference](/reference/authentication) section. These guides take you through the basic flow of authentication, handling responses and errors, and receiving webhooks.

Are you looking to set up payments for **platforms and marketplaces**? If so, check the [Mollie Connect guides](mollie-connect-overview).

If you're one of our **integration partners**, go directly [to this guide](/docs/integration-partners-getting-started).

Want to start accepting payments? Start now by following [this guide](/docs/accepting-payments).

## Before you begin

When you create an account with Mollie, you need to provide the following information:

* **Website of your business.**\
  We check your website to understand more about your business. Make sure it is online and clearly displays the prices and descriptions of the products and services you offer.
* **Bank account.**\
  Ensure that your bank account [meets Mollie’s requirements](https://help.mollie.com/hc/en-us/articles/210723149-What-bank-account-information-should-I-provide). You will also be asked to make a payment so we can verify your details.
* **Identification documents.**\
  We ask for an [ID](https://help.mollie.com/hc/en-us/articles/360017382020-What-identity-documents-are-accepted) of *each legal representative* of your organization. You can provide a passport, an identity card, or a residence permit.\
  A driving license issued by the Netherlands or the UK is also accepted.

During the verification process we might reach out via email if we require any additional information.\
The review process may take **up to 10 business days**.

> 👍
>
> Need more detailed information on account questions or determining if Mollie is right for you?
>
> Visit our [Help Center ](https://help.mollie.com/hc/en-us)to learn more. You'll find answers to questions like ["Can I use Mollie's services in my country?"](https://help.mollie.com/hc/en-us/articles/115002116105-Can-I-use-Mollie-s-services-in-my-country) and ["Which products and services does Mollie not accept?"](https://help.mollie.com/hc/en-us/articles/115000939369-Which-products-and-services-does-Mollie-not-accept) and much more.

## Resources

Here are some more resources to assist you with integrating Mollie:

* [MollieGPT assistant at Help Center](https://help.mollie.com/hc/en-us)
* [Developer news on X](https://twitter.com/molliepayments?lang=en)
* [Mollie Developer Community on Discord](https://discord.gg/mollie)

If you have any questions about integrating Mollie, [please contact us](https://www.mollie.com/contact). We are happy to help!