From f0d2c718b49d846cf98c6f5f7ecd6831c7b9af0a Mon Sep 17 00:00:00 2001 From: Blessed Jason Mwanza Date: Mon, 21 Oct 2024 21:33:08 +0200 Subject: [PATCH] Clean documentation, Add table of content --- ReadMe.md | 86 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 29 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 07c6a3e..1d173e0 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,56 +1,78 @@ -# MoneyUnify Library PHP Documentation +# MoneyUnify Payments API Library Documentation -The **MoneyUnify** library provides an easy interface for integrating with the [MoneyUnify API](http://MoneyUnify.com) to process mobile money payments. This documentation will guide you through the installation process and demonstrate how to use the library effectively. support for multiple programming languages is available [here](https://www.apidog.com/apidoc/shared-c8a1fbbb-8410-4978-8a64-937fc55186da) +The **MoneyUnify** Payments API library provides an easy interface for integrating with the [MoneyUnify API](http://MoneyUnify.com) to process mobile money payments. This documentation will guide you through the installation process and demonstrate how to use the library effectively. Support for multiple programming languages is available [here](https://www.apidog.com/apidoc/shared-c8a1fbbb-8410-4978-8a64-937fc55186da). - ### MoneyUnify - Payments in Zambia _(Recommended for businesses/individuals in Zambia)_ > Instant settlements and repayments -![image](https://github.com/blessedjasonmwanza/MoneyUnify/assets/35315311/3b2db60b-cb0f-422f-af6f-04e9141a8f66) + ![image](https://github.com/blessedjasonmwanza/MoneyUnify/assets/35315311/3b2db60b-cb0f-422f-af6f-04e9141a8f66) -> Ideal for money collections in Zambia - Coming soon to **Tanzania**, **Nigeria**, **Kenya** πŸ‘€ + > Ideal for money collections in Zambia - Coming soon to **Tanzania**, **Nigeria**, **Kenya** πŸ‘€ -- [x] **Make Collections** - Request mobile Money payments from _AIRTEL_, _MTN_, & _ZAMTEL_ (All Network operators in Zambia) -- [x] **Settle Funds** - Disburse and Settle funds from your MoneyUnify Account to _MTN_, _Zamtel_, _MTN_ All Mobile Networks Instantly -- [x] **πŸ€™ Instant Customer support** available via - πŸ“ž [WhatsApp](https://wa.me/+260971943638) -- #### SETUP + - [x] **Make Collections** - Request mobile Money payments from _AIRTEL_, _MTN_, & _ZAMTEL_ (All Network operators in Zambia) + - [x] **Settle Funds** - Disburse and settle funds from your MoneyUnify Account to _MTN_, _Zamtel_, _MTN_ All Mobile Networks Instantly + - [x] **πŸ€™ Instant Customer support** available via - πŸ“ž [WhatsApp](https://wa.me/+260971943638) + + #### SETUP - [x] It's easy and instant! πŸ˜ƒ Just [Create your account on MoneyUnify](https://dashboard.moneyunify.com/) to get your API key (MUID) - - [x] πŸ“‚ Check documentation below or [ here for more languages](https://www.apidog.com/apidoc/shared-c8a1fbbb-8410-4978-8a64-937fc55186da) - Comes with some examples πŸ˜ƒ /> + - [x] πŸ“‚ Check documentation below or [here for more languages](https://www.apidog.com/apidoc/shared-c8a1fbbb-8410-4978-8a64-937fc55186da) - Comes with some examples πŸ˜ƒ - [x] πŸ€™ Customer support available via - πŸ“ž [WhatsApp](https://wa.me/+260971943638) -- #### Supported Countries on the Moneyunify endpoint + + #### Supported Countries on the MoneyUnify Endpoint | Country | Country Code | Currency | Currency Code | Status | | -------- | ------------ | ------------------ | ------------- | -------------- | - | ZAMBIA | ZM | Zambian kwacha | ZMW | Active βœ”οΈ | - | TANZANIA | TZ | Tanzanian shilling | TZS | Coming Soon ⏰ | - | KENYA | KE | Kenyan shilling | KES | Coming Soon ⏰ | + | ZAMBIA | ZM | Zambian Kwacha | ZMW | Active βœ”οΈ | + | TANZANIA | TZ | Tanzanian Shilling | TZS | Coming Soon ⏰ | + | KENYA | KE | Kenyan Shilling | KES | Coming Soon ⏰ | + +--- + +## Table of Contents -### Charges and FEES +1. [Charges and Fees](#charges-and-fees) +2. [Installation](#installation) +3. [Usage](#usage) + - [Basic Usage](#basic-usage) + - [Verifying a Payment](#verifying-a-payment) + - [Settling Funds](#settling-funds) +4. [Conclusion](#conclusion) +5. [Author](#author) +6. [🀝 Contributing](#contributing) +7. [Show your Support](#show-your-support) --- -#### Collections (Receiving payments) +### Charges and Fees + +--- + +#### Collections (Receiving Payments) > 2.5% + 1 ZMW per transaction (reduced from the initial ~3.5%~) -##### Settlements / Transferring to mobile money +##### Settlements / Transferring to Mobile Money -| Settlement Account balance | What you you'll receive | Charges/ Transaction Fees | -| ------------------------------------ | ----------------------- | ------------------------- | -| balance \[20 ZMW \~ 1,000 ZMW \] | balance - 12 | 12 ZMW | -| balance \[1,000 ZMW \~ 50,000 ZMW \] | balance - 20 | 20 ZMW | -| balance \[ 50,000 \~ 100,000 ZMW \] | balance - 30 | 30 ZMW | +| Settlement Account Balance | What You'll Receive | Charges/Transaction Fees | +| ------------------------------------ | ------------------- | ------------------------- | +| Balance \[20 ZMW ~ 1,000 ZMW\] | Balance - 12 | 12 ZMW | +| Balance \[1,000 ZMW ~ 50,000 ZMW\] | Balance - 20 | 20 ZMW | +| Balance \[50,000 ~ 100,000 ZMW\] | Balance - 30 | 30 ZMW | + +--- ## Installation -Documentation Usage for languages other than PHP is {available here]() +Documentation usage for languages other than PHP is available [here](https://www.apidog.com/apidoc/shared-c8a1fbbb-8410-4978-8a64-937fc55186da). 1. **Install Composer** (if you haven’t already). Follow the [Composer installation guide](https://getcomposer.org/download/). - 2. **Install the MoneyUnify Library** by adding it to your `composer.json`: ```bash composer require blessedjasonmwanza/moneyunify ``` +--- + ## Usage ### Basic Usage @@ -66,7 +88,7 @@ Documentation Usage for languages other than PHP is {available here]() ```php use Blessedjasonmwanza\MoneyUnify\MoneyUnify; - $muid = 'your_unique_muid'; // Replace with your actual MUID - obtain it at https:/MoneyUnify.com + $muid = 'your_unique_muid'; // Replace with your actual MUID - obtain it at https://MoneyUnify.com $moneyUnify = new MoneyUnify($muid); ``` @@ -192,10 +214,16 @@ To settle the current virtual account balance, use the `settleFunds` method: } ``` +--- + ## Conclusion The MoneyUnify library simplifies the process of integrating with the Money Unify API. By following the steps outlined in this documentation, you can easily set up and make payment requests, verify transactions, and settle funds. For further assistance, feel free to reach out or check the official documentation for more advanced features. +--- + +# Author + # Author πŸ‘€ **Blessed Jason Mwanza** - show support πŸ’–πŸ™Œ [Buy him a Coffee](https://www.buymeacoffee.com/mwanzabj) @@ -205,12 +233,12 @@ The MoneyUnify library simplifies the process of integrating with the Money Unif - Twitter: [Follow Blessed Jason @mwanzabj](https://twitter.com/mwanzabj) - Youtube: [Youtube](https://www.youtube.com/@blessedjasonmwanza) -# 🀝 Contributing +## 🀝 Contributing -Contributions, issues, and feature requests are welcome! +Feel free to contribute to this project by submitting a pull request. Your contributions help improve the library and enhance the experience for all users! -Feel free to check the [issues page](https://github.com/blessedjasonmwanza/MoneyUnify/issues). +Feature requests are welcome! Check the [issues page](https://github.com/blessedjasonmwanza/MoneyUnify/issues) or request a feature by creating a new issue. -# Show your support +## Show your Support -Give a ⭐️ if you like this project! or [Donate](https://www.buymeacoffee.com/mwanzabj) +If you find this library helpful, consider supporting it by sharing it with others or [donating](https://www.buymeacoffee.com/mwanzabj). Your support is greatly appreciated! \ No newline at end of file