API Reference

Welcome to the Mopay API reference documentation. Here you'll find comprehensive details about all our API endpoints, request/response formats, authentication methods, and error handling.

Base URL

https://service.mopay-ng.com/?req=your_endpoint

All API requests should be made to this base URL followed by the specific endpoint path.

Authentication

Learn how to authenticate with the Mopay API

  • API Keys
  • HMAC-based Authentication
  • OAuth 2.0
View Authentication Docs →

Request Format

Understanding request format and error handling

  • Request Structure
  • Error Codes
  • Rate Limiting
View Request Format Docs →

API Endpoints

Notifications & Messaging

Endpoints for managing user notifications, notices, newsletter subscriptions, and location data.

Get User Notices

GET

Retrieve notices for the authenticated user

View Documentation →

Get User Notifications

GET

Retrieve notifications for the authenticated user

View Documentation →

Create Newsletter Subscription

POST

Subscribe to the Mopay newsletter

View Documentation →

Fetch Location Data

GET

Retrieve location data (countries, states, cities)

View Documentation →