New `orange-money` adaptor
@hunterachieng is already working on this.
Since Apr 3, 2025.
- Dominant language
- JavaScript
- Stars
- 24
- Forks
- 41
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 12
Description
Request
We want to build a basic adaptor to integrate with the REST API for Orange Money, a mobile money platform provided by Orange that allows users to send and receive money, pay bills, purchase airtime, and manage their finances through their mobile phones.
To start, this adaptor should:
- handle authentication
- include a generic GET helper so we can get any resource
- make it easy to search for particular records and return results in JSON
Credentials
See LP Orange Money API Demo for login information for authentication via API Key.
You'll find that there are already test records in the Orange Money Developer Portal: https://developer.orange.com/.
Sample Code
get('/Patients', { query: { limit: 10 }})
Resources
- Orange Money API Getting Started Docs: https://developer.orange.com/apis
- API Use Cases: https://developer.orange.com/use-cases
Logo Links
Orange Money Logo: https://www.orange.com/sites/orangecom/files/styles/og_image/public/2021-02/Orange-Money.jpg
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.