> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fenanpay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Get started with Fenan Pay in just 4 easy steps

Fenan Pay is a powerful payment solution designed to streamline your online transactions. This quickstart guide will help you integrate Fenan Pay into your application in no time, with just 4 easy steps.

<Steps>
  <Step title="Create Account">
    Begin your journey with Fenan Pay by [creating an account](https://dashboard.fenanpay.com/signup) on our platform.

    <Frame>
      <img src="https://mintcdn.com/aquilaict/tBPG3wBNdA5C1BHy/images/create-account.png?fit=max&auto=format&n=tBPG3wBNdA5C1BHy&q=85&s=ad23ce8e8b4c904c45563dd5a1fa5075" alt="Create Account Screenshot" width="1907" height="886" data-path="images/create-account.png" />
    </Frame>

    <Note>
      Make sure to verify your email address after registration to activate your account.
    </Note>
  </Step>

  <Step title="Create API Keys">
    Once your account is set up, you'll need to [create API keys](https://dashboard.fenanpay.com/merchant/dashboard/apimanagement) for integration.

    Start by creating a test API key to use in your development environment. This allows you to integrate and test Fenan Pay without processing real transactions.
    <Info>You can not collect real money with test API keys</Info>

    <Frame>
      <img src="https://mintcdn.com/aquilaict/tBPG3wBNdA5C1BHy/images/create-api-keys-screenshot.png?fit=max&auto=format&n=tBPG3wBNdA5C1BHy&q=85&s=443d79bfe9c12f9b113121d7c34d22ed" alt="Create API Keys Screenshot" width="1902" height="887" data-path="images/create-api-keys-screenshot.png" />
    </Frame>

    <Warning>
      Always keep your API keys secure and never share them publicly.
    </Warning>
  </Step>

  <Step title="Integrate Fenan Pay">
    Choose between ExpressPay or Checkout based on your needs, and integrate using our REST API or one of our SDKs.

    <Tabs>
      <Tab title="ExpressPay">
        Use ExpressPay if you already have a checkout page and want to reduce number of clicks.
        Read more about [ExpressPay](/payment/expresspay)
      </Tab>

      <Tab title="Checkout">
        Use our Checkout solution if you don't have a checkout page and want a fully hosted payment experience.
        Read more about [Checkout](/payment/checkout)
      </Tab>
    </Tabs>

    <Tip>
      Don't forget to handle webhook events to keep your system in sync with payment statuses.
      Read more about [Webhooks](/payment/webhooks)
    </Tip>
  </Step>

  <Step title="Go Live">
    When you're ready to accept real payments, switch to live mode by completing these steps:

    1. Fill out the KYC (Know Your Customer) form in your Fenan Pay [dashboard](https://dashboard.fenanpay.com/merchant/dashboard).
    2. Create a live API key once your KYC is approved.

    <Warning>
      Ensure all your integration tests pass in the test environment before switching to live mode.
    </Warning>
  </Step>
</Steps>

Congratulations! You've successfully set up Fenan Pay. For more detailed information on each step, please refer to our comprehensive documentation.
