Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
OPay website screenshot

OPay

OPay is a Nigerian mobile money and fintech super-app operated by Blue Ridge Microfinance Bank (OPay Digital Services Limited) and majority-owned by Opera Limited with backing from SoftBank Vision Fund 2, Sequoia China, DragonBall Capital, and 9F Group. Launched in 2018 and headquartered in Lagos, OPay serves tens of millions of Nigerian consumers, merchants, and agents with wallet accounts, free interbank transfers, the OPay Debit Card, OWealth (daily-interest savings powered by OPay Microfinance Bank), bill payments, airtime/data top-ups, BNPL (OBuy / OPay Easy Buy), and the OPay POS / agent banking network. For developers and merchants, OPay exposes the OPay Cashier / OPay Checkout API — a REST API for accepting payments via 3DS bank cards, bank transfer, USSD, bank account, POS, OPay wallet QR, and reference codes, with hosted Express Checkout, server-to-server APIs, callback webhooks, refund and query operations, a PHP gateway SDK, and a WooCommerce plugin. Sandbox and production environments are available at testapi.opaycheckout.com and liveapi.opaycheckout.com, with HMAC-SHA512 signature authentication and per-merchant public/private key pairs issued from the OPay merchant dashboard.

agent ready

Limited machine-readable signal and partial portal coverage — documentation a human can read, but little a machine or agent can consume without scraping.

Kin Score

API Evangelist profiles OPay the way a machine reads it — 43 machine-readable artifacts across 3 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.

Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — OPay scores 43.2/100 (thin), with a separate agent-readiness read of 55/100 (agent ready). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.

Kin Score

This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 43.2/100 · thin
Contract Quality 14.6 / 25
Developer Ergonomics 12.6 / 20
Commercial Clarity 4.2 / 20
Operational Transparency 1.7 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Regulatory · Payments 6.5 / 15
Agent readiness — 55/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3

How we profile OPay

Each block below is one kind of artifact we hold for OPay. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.

APIs 3

Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.

Individual APIs this provider publishes, each with its own machine-readable definition.

OPay Cashier API

The OPay Cashier API is the primary merchant payment API behind OPay Checkout. It exposes a hosted Express Checkout endpoint (cashier/create returning a cashierUrl), server-to-s...

OPay Payments API

Server-to-server payment creation across payment methods.

OPay Refunds API

Refund creation and status.

Open Collections 1

Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

OPay Cashier API

OPEN COLLECTION

Features 15

The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.

Notable capabilities this provider offers.

Express Checkout

Hosted, OPay-branded checkout page returned via cashier/create — customers complete payment on OPay-managed UI and are redirected back to the merchant returnUrl.

3DS Card Payments

Direct server-to-server card acceptance with 3-D Secure step-up (REDIRECT_3DS nextAction) for Nigerian and international card schemes.

Bank Transfer

Generate a dynamic virtual account (transferAccountNumber + transferBankName) per order; OPay reconciles inbound transfer and settles the merchant.

Bank USSD Payment

Customer pays by dialling a *USSD* code on their mobile phone; common in Nigeria where USSD banking is dominant.

Bank Account Payment

Direct debit from the customer's bank account.

POS Payment

Card-present payment from an OPay POS terminal.

OPay Wallet QR Payment

Customer scans a QR code in the OPay app to pay from their wallet.

Reference Code Payment

Customer pays at an OPay agent using a reference code.

Refunds

Full or partial refunds with refund status query.

Payment Status Query

Synchronous query for order status by merchant reference or OPay orderNo.

Callback Webhooks

Server-to-server callback notifications on terminal transaction state changes (SUCCESS, FAIL, CLOSE), signed and retried by OPay.

HMAC-SHA512 Signature Authentication

All non-cashier-create endpoints authenticate via a SHA-512 HMAC signature over the JSON body using the merchant's private key, plus a MerchantId header.

Sandbox Environment

testapi.opaycheckout.com sandbox with trigger-error-by-amount testing.

WooCommerce Plugin

Drop-in WooCommerce plugin for WordPress storefronts.

PHP Gateway SDK

Official open-source PHP gateway library at github.com/opay/lib.gateway.php.

Scroll within the panel for all 15 ·

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Opay Authentication

http · 1 scheme

SECURITY

Opay Domain Security

TLSv1.3

SECURITY

Agentic Access 1

An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.

Recommended x-agentic-access execution contracts for AI agents.

Opay Agentic Access

5 operations · 5 acting

5 operations · 5 acting

AGENTIC

Use Cases 8

What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.

What developers build with this provider.

Nigerian E-commerce Checkout

Accept local payment methods (card, bank transfer, USSD, OPay wallet) on Nigerian e-commerce sites via Express Checkout or server APIs.

Cross-Border Online Merchants

Sell into Nigeria from international storefronts via OPay International APIs.

Marketplace Payouts

Pay agents, riders, and sellers via OPay transfers.

Bill Payment & Airtime Aggregation

Top up airtime/data and pay utility bills from within partner apps.

Wallet Top-Up

Fund OPay wallets from cards or bank transfers.

Buy-Now-Pay-Later Checkout

Offer BNPL via OBuy / OPay Easy Buy at checkout.

Agent Banking & Cash-In/Cash-Out

Leverage the OPay agent network for cash deposits and withdrawals.

POS Acceptance

Card-present acceptance via OPay POS terminals.

Scroll within the panel for all 8 ·

Integrations 7

Pre-built integrations with other platforms tell you where this provider already fits in a stack.

Pre-built integrations with other platforms and tools.

WooCommerce

Official OPay WooCommerce plugin for WordPress.

Opera Browser

OPay was originally incubated inside Opera Limited and integrates with Opera browser payment flows.

Visa

Card acquiring on the Visa network.

Mastercard

Card acquiring on the Mastercard network.

Verve

Card acquiring on the Nigerian Verve network.

Nigerian Interbank Settlement System (NIBSS)

Bank transfer rails and USSD banking via NIBSS.

Wema Bank

Partner bank for virtual-account bank-transfer settlement (referenced in API responses).

Scroll within the panel for all 7 ·

Solutions 6

Packaged solutions the provider offers on top of the raw API surface.

Packaged solutions this provider offers.

OPay Personal App

Consumer super-app for wallet, transfers, OWealth savings, debit card, bill pay.

OPay Business

Merchant suite — Cashier API, POS terminals, agent banking, payouts.

OWealth

Daily-interest savings powered by OPay Microfinance Bank Limited (CBN licensed, NDIC insured).

OPay Debit Card

Instant-issuance debit card accepted on ATM, POS, and online.

OBuy / OPay Easy Buy

Buy-now-pay-later product for OPay app users.

OPay POS

POS terminal network for merchants and agents.

Resources

Every other property we hold for OPay — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

← All providers · Data indexed from github.com/api-evangelist/opay · machine-readable index on apis.io