NEW APP AVAILABLE FOR DOWNLOAD NOW

Get it on Google PlayDownload on the App Store

Introduction

Learn about the RizPay API and how it enables bill payments in your application

The RizPay API enables businesses and developers to integrate bill payment capabilities directly into their applications. Provide your users with seamless access to airtime, data plans, electricity, and cable TV payments.

Who is this for?

The RizPay API is designed for:

  • Fintech applications adding bill payment features
  • E-commerce platforms offering value-added services
  • Mobile wallets expanding payment options
  • Business applications automating recurring payments

What can you do?

FeatureDescription
AirtimePurchase airtime for MTN, Airtel, Glo, and 9mobile
Data PlansBuy daily, weekly, or monthly data bundles
ElectricityPay prepaid and postpaid electricity bills
Cable TVSubscribe to DStv, GOtv, and Startimes
WebhooksReceive real-time transaction notifications

Key Features

Simple Integration

RESTful API with predictable resource-oriented URLs. JSON request and response bodies.

bash
curl -X GET \
  -H "Authorization: Bearer sk_live_your_secret_key" \
  https://my.rizpay.app/api/partners/v1/account/balance

Business Pricing

Developers enjoy discounted rates compared to retail pricing. Volume-based bonuses available for high-transaction businesses.

Real-time Webhooks

Stay informed about transaction status changes. Automatic retries ensure delivery. Detailed logs for debugging.

Sandbox Environment

Test your integration without affecting real accounts or making real purchases. The sandbox mirrors production behavior exactly.

Granular Permissions

Scoped API keys let you grant only the permissions needed. Create separate keys for different use cases.

Base URLs

EnvironmentURL
Productionhttps://my.rizpay.app/api/partners/v1
Sandboxhttps://my.rizpay.app/api/partners/sandbox/v1

Getting Started

  1. Sign in or Create Account - Already have an account? Sign in. New to RizPay? Create an account
  2. Upgrade to Business at Settings > API Keys
  3. Generate API Keys from the same page after upgrading
  4. Start Building using this documentation

Next Steps