> For the complete documentation index, see [llms.txt](https://docs.ourpass.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ourpass.co/quick-start-guide.md).

# Quick Start Guide🚓

OurPass allows businesses to receive payments from his buyer/customer via our one-click checkout button. For every-time a transaction is initiated to checkout on a purchase, Our Inline/plugin/package pops up a screen to input email and password of the customer.&#x20;

Get started by creating a business/merchant account [**`here`**](https://business.ourpass.co/)&#x20;

The next step is to get your **API Keys**

In order for you to make an API call from our endpoints, you will have to access your API key on your business account. Go to your settings on your business account and click on **API Keys and Web-hooks** to copy your **live public key and secret keys.**&#x20;

The secret/public key looks like this.

{% hint style="info" %}
pass\_pub\_live\_yYz3LYbrsS5dggB9pFlKvFu9sIPld6Dg
{% endhint %}

{% hint style="danger" %}
Do not commit your secret keys to git or use it on client side , Your key is not meant to be disclosed to anyone (public). Secret keys should only ever be used on the server. In a situation where your key is compromised, do generate a new key and replace it on your code immediately.
{% endhint %}

#### Secret Key: **t**his is your unique secret key obtained from the OurPass business dashboard that gives you access to our endpoints.

To start accepting payments, [**`click here`** ](/checkout-button-on-your-website.md)

Access our SDKs and Plugins [**`here`**](/sdks-and-plugins.md)

Check our [**`product pricing`** ](https://ourpass.co/pricing)for more details.&#x20;

{% hint style="info" %}
We charge businesses/merchants **1.4%.** Local transactions fees are capped at **NGN 2,000**, meaning that is the absolute maximum you will ever pay in fees per transaction.
{% endhint %}

## &#x20;<a href="#become-a-merchant" id="become-a-merchant"></a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ourpass.co/quick-start-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
