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

# Introduction

> Learn how to integrate Zeepay's API into your application seamlessly.

<Note>
  **Important**: Before accessing the Zeepay API, ensure that you are onboarded
  and have obtained your API keys. If you need assistance, contact us at
  [info@myzeepay.com](mailto:info@myzeepay.com).
</Note>

***

## API Basics

The Zeepay API is your gateway to a comprehensive suite of financial services, enabling seamless integration into your applications. Our API is:

* **RESTful**: Designed for simplicity and ease of use with standard HTTP methods.
* **Scalable**: Built to handle high transaction volumes with efficiency.
* **Flexible**: Adaptable to a variety of business needs through well-structured endpoints.

### Key Features:

* **Payments and Transfers**: Easily send and receive payments.
* **Account Management**: Access and manage user accounts securely.
* **Transaction Tracking**: Get real-time updates on transactions.

***

### Getting Started

1. **Obtain Your API Keys**\
   After onboarding, you’ll receive sandbox and production API keys to authenticate requests.

2. **Understand the Endpoints**\
   The API is structured around key resources such as payments, accounts, and transactions.

3. **Start Testing**\
   Use our sandbox environment to test your integration before going live.

***

### Authentication

All API requests must be authenticated using your API key:

* Include your API key in the `Authorization` header as a Bearer token.
* Example:

  ```http theme={null}
  GET /transactions
  Host: api.myzeepay.com
  Authorization: Bearer YOUR_API_KEY
  ```

***

## API Integration Environments

To get started, make sure you're pointing to the correct environment:

* **Sandbox URL**: [https://test.digitaltermination.com](https://test.digitaltermination.com)\
  Use this for testing your integration in a safe and isolated environment.

* **Production URL**: [https://shop.digitaltermination.com](https://shop.digitaltermination.com)\
  Use this when you're ready to go live and start processing real transactions.

***

### Why Zeepay?

* **Global Reach**: Connect with users worldwide through our reliable platform.
* **Secure**: Built with industry-standard security protocols to protect your data.
* **Reliable Support**: Our dedicated team is here to assist you every step of the way.

<Tip>
  To ensure a smooth integration, familiarize yourself with our API
  documentation and use the sandbox environment for testing before moving to
  production.
</Tip>
