Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 42 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,47 @@ Integrating different payment providers usually means learning different APIs, h
- 🌍 Support local and international aggregators

## Currently Supported Providers
- <img src="docs/assets/logo/providers/logo-cinetpay.png" height="60" alt="CinetPay">
- <img src="docs/assets/logo/providers/logo-semoa.png" height="80" alt="Semoa">
- <img src="docs/assets/logo/providers/logo-paygate.png" height="60" alt="PayGate" style="margin: 15px 5px;">
- <img src="docs/assets/logo/providers/logo-fedapay.png" height="60" alt="FedaPay" style="margin: 15px 5px;">
- <img src="docs/assets/logo/providers/logo-bizao.jpg" height="100" alt="Bizao" >
- <img src="docs/assets/logo/providers/logo-mtn.png" height="60" alt="MTN" style="margin: 15px 5px;">
- <img src="docs/assets/logo/providers/logo-paystack.png" height="90" alt="PayStack">
- <img src="docs/assets/logo/providers/logo-airtel-money.png" height="80" alt="Airtel Money" style="margin: 15px 5px;">

<table>
<tr>
<td align="center" width="33%">
<img src="docs/assets/logo/providers/logo-cinetpay.png" height="60" alt="CinetPay"><br/>
<strong>CinetPay</strong>
</td>
<td align="center" width="33%">
<img src="docs/assets/logo/providers/logo-semoa.png" height="60" alt="Semoa"><br/>
<strong>Semoa</strong>
</td>
<td align="center" width="33%">
<img src="docs/assets/logo/providers/logo-paygate.png" height="60" alt="PayGate"><br/>
<strong>PayGate</strong>
</td>
</tr>
<tr>
<td align="center">
<img src="docs/assets/logo/providers/logo-bizao.jpg" height="80" alt="Bizao"><br/>
<strong>Bizao</strong>
</td>
<td align="center">
<img src="docs/assets/logo/providers/logo-fedapay.png" height="60" alt="FedaPay"><br/>
<strong>FedaPay</strong>
</td>
<td align="center">
<img src="docs/assets/logo/providers/logo-paystack.png" height="60" alt="PayStack"><br/>
<strong>PayStack</strong>
</td>
</tr>
<tr>
<td align="center">
<img src="docs/assets/logo/providers/logo-airtel-money.png" height="60" alt="Airtel Money"><br/>
<strong>Airtel Money</strong>
</td>
<td align="center">
</td>
<td align="center">
Comment on lines +51 to +53
Copy link

Copilot AI Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty table cells should be removed or filled with content. Consider removing the empty row or adding placeholder content to maintain a clean table structure.

Suggested change
<td align="center">
</td>
<td align="center">
<td align="center">
<em>Coming soon</em>
</td>
<td align="center">
<em>Coming soon</em>

Copilot uses AI. Check for mistakes.
</td>
</tr>
</table>

## 🚀 Features

Expand Down Expand Up @@ -368,9 +401,9 @@ Add Support for following Providers:
- [x] Semoa
- [x] PayGate
- [x] Fedapay
- [x] PayStack
- [x] Airtel Money
- [x] MTN
- [ ] PayStack
Comment on lines 404 to +406
Copy link

Copilot AI Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provider status updates are inconsistent. MTN is marked as completed in the roadmap (line 405) but was removed from the currently supported providers table above. PayStack appears in the supported providers table (line 43) but is marked as incomplete in the roadmap (line 406). These statuses should be aligned for consistency.

Copilot uses AI. Check for mistakes.
- [ ] Kkiapay
- [ ] Orange
- [ ] PayPlus
Expand Down