OpenFn / OpenFn/adaptors

New `orange-money` adaptor

Open
#992 2 comments 0 reactions 1 assignee View on GitHub

@hunterachieng is already working on this.

Since Apr 3, 2025.

DevX enhancement Medium P3
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:

  1. handle authentication
  2. include a generic GET helper so we can get any resource
  3. 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

  1. Orange Money API Getting Started Docs: https://developer.orange.com/apis
  2. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.