Skip to main content
Important: Before accessing the Zeepay API, ensure that you are onboarded and have obtained your API keys. If you need assistance, contact us at [email protected].

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:
    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:

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.
To ensure a smooth integration, familiarize yourself with our API documentation and use the sandbox environment for testing before moving to production.