# 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: 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://docs.ourpass.co/quick-start-guide.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.
