Everything you need to integrate mobile money payments in Cape Verde and Angola. Accept payments via CVMOVEL, UNITEL, and T+Mais with a simple, unified API.
# Plexos Pay
The developer-first payment gateway for mobile money in **Cape Verde** and **Angola**.
Accept payments via **CVMOVEL**, **UNITEL**, and **T+Mais** with a simple, unified API.
## Features
- **Payments** — Initiate mobile money debits with real-time status tracking
- **Checkout Sessions** — Shareable payment links, no frontend needed
- **Product Catalog** — Manage products and create itemized checkouts
- **Customers** — Store and manage customer payment methods
- **Refunds** — Full and partial refunds with tracking
- **Webhooks** — Real-time event notifications with signature verification
- **Balance** — Track available, pending, and payout balances
- **Settlements** — Automated settlement processing
- **Analytics** — Revenue analytics with daily breakdowns
- **Audit Logs** — Complete audit trail for compliance
## Quick Start
### 1. Get your API key
Sign up at dashboard.plexospay.com and generate an API key.
### 2. Create a payment
```bash
curl -X POST
api.plexospay.com \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"amount": 10000,
"operator": "CVMOVEL",
"operator_phone": "+2389001234"
}'
```
### 3. Use an SDK
Install the SDK for your language:
```bash
# Node.js
npm install @plexos-pay/sdk
# Python
pip install plexos-pay
# Java (Maven)
com.plexospay
plexos-pay-java
1.0.0
```
## SDKs
| Language | Package | Repository |
|----------|---------|------------|
| Node.js | `@plexos-pay/sdk` | sdk-node |
| Python | `plexos-pay` | sdk-python |
| Java | `plexos-pay-java` | sdk-java |
## Documentation
- Getting Started
- API Reference
- Webhooks
- Dev Mode & Testing
## Links
- Documentation
- Dashboard
- API Base URL