# Quickstart

### **Here's what you need to do to start accepting payments with ZenoPay:**

* Download ZenoPay App for Android or Iphone. Get it on *Google* Play or App Store.
* Signup for ZenoPay account to get access.
* Email us at [**support@zenopay.net**](mailto:support@zenopay.net) a formally request access to the **ZenoPay API** for integration purposes with a brief overview of how you intend to utilize the API;
  * **Purpose of Use:** \[Briefly explain the intended use, such as processing payments, managing transactions, or facilitating customer payments.]
  * **Platform Links:** \[Provide links to your website or applications where the API will be integrated.]
* As part of the request, attache the following **KYC documents** for verification purposes;
  * **BRELA Certificate** – Proof of business registration.
  * **NGO / Business License** – Authorization to operate the business.
  * **TIN Certificate** – Taxpayer Identification Number.
  * **NIDA ID** – National Identification for personal verification.
* We will review your request and email you the ZenoPay API details within 24 hours.

### Onboarding and Credentials <a href="#onboarding-and-credentials" id="onboarding-and-credentials"></a>

You will need a unique Client Id (x-client-id), and Client Secret (x-client-secret).

You will receive credentials as part of your onboarding process. During the onboarding process, you will also get your Account ID`;` this will be required to be sent with every request.&#x20;


---

# 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://zenopay.gitbook.io/zenopay/getting-started/quickstart.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.
