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

# Get started

> Create solutions and tailor them to give your customers a seamless, effortless payment experience.

> At omnispay, we believe that every entrepreneur deserves access to seamless, secure, and affordable financial solutions that fuel their growth, not hinder it.

That's why we've built an API platform tailored to your needs, empowering you to focus on what matters most—growing your business.

We’re excited to have you here. Our API platform is designed to help you expand your business effortlessly. With omnispay APIs, you can simplify <Tooltip tip="Pay and Get Paid">customer payments</Tooltip>, build custom business solutions, and deliver personalized experiences that keep customers coming back.

Whether you’re looking to <Tooltip tip="Automate your recons">streamline daily operations</Tooltip>, unlock new sales channels, or access dependable support, our tools are here to support your growth and success. Dive in and discover the possibilities!

## As easy as any API you've ever used

<Steps>
  <Step title="First Step: Get your keys">
    Access your unique API keys in the merchant portal. You’ll see two keys: a production key labeled op\_live and a sandbox key labeled op\_test. For security, keep your production key safe and use only the test key (op\_test) for initial testing.
  </Step>

  <Step title="Second Step: Code, test and iterate">
    Use our interactive code snippets and parameters to test your APIs. Execute a test transaction to see how everything works.
  </Step>

  <Step title="Third Step: Release and track">
    After testing, review the transaction status directly through our APIs or by checking the transaction details in the merchant platform.
  </Step>
</Steps>

The basic premise of all transactions remains within these three steps.

## Empowering your business journey

Empower your business with flexible solutions, seamless payments, and personalized experiences, backed by reliable support and growth.

<CardGroup>
  <Card title="Build business solutions" icon="paintbrush">
    Build tailored solutions that fit your unique business needs.
  </Card>

  <Card title="Faster daily operations" icon="square-code">
    Integrate with your systems for efficient operations.
  </Card>

  <Card title="Personalized experiences" icon="heart">
    Deliver tailored experiences that keep customers coming back.
  </Card>

  <Card title="Boost your sales" icon="chart-mixed">
    Expand ways to sell and reach more customers effortlessly.
  </Card>
</CardGroup>

### Edit and preview

<AccordionGroup>
  <Accordion icon="github" title="Clone your docs locally">
    During the onboarding process, we created a repository on your Github with
    your docs content. You can find this repository on our
    [dashboard](https://dashboard.mintlify.com). To clone the repository
    locally, follow these
    [instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
    in your terminal.
  </Accordion>

  <Accordion icon="rectangle-terminal" title="Preview changes">
    Previewing helps you make sure your changes look as intended. We built a
    command line interface to render these changes locally. 1. Install the
    [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the
    documentation changes locally with this command: `npm i -g mintlify`
    2\. Run the following command at the root of your documentation (where
    `mint.json` is): `mintlify dev`
  </Accordion>
</AccordionGroup>

### Deploy your changes

<AccordionGroup>
  <Accordion icon="message-bot" title="Install our Github app">
    Our Github app automatically deploys your changes to your docs site, so you
    don't need to manage deployments yourself. You can find the link to install on
    your [dashboard](https://dashboard.mintlify.com). Once the bot has been
    successfully installed, there should be a check mark next to the commit hash
    of the repo.
  </Accordion>

  <Accordion icon="rocket" title="Push your changes">
    [Commit and push your changes to
    Git](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#about-git-push)
    for your changes to update in your docs site. If you push and don't see that
    the Github app successfully deployed your changes, you can also manually
    update your docs through our [dashboard](https://dashboard.mintlify.com).
  </Accordion>
</AccordionGroup>
