Getting Started with Mopay API

Welcome to the Mopay API documentation! This guide will help you get up and running with our API in just a few minutes.

Steps to Get Started

  1. Create an Account

    Before you can use the Mopay API, you need to create an account.Sign up here.

  2. Get Your API Keys

    Once you've created an account, you can obtain your API keys from the dashboard. You'll need these to authenticate your API requests.

    API Key Types:

    • LIVE_KEY - For production use
    • TEST_KEY - For testing and development
  3. Make Your First API Call

    Let's make a simple GET request to verify your API keys are working:

    curl -X GET "https://service.mopay-ng.com/?req=status" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json"

Next Steps

API Reference

Explore all available endpoints and learn how to integrate with our API.

View API Reference →

Code Examples

See examples of how to use our API in various programming languages.

View Examples →