Skip to main content

Orange Money

Quick Start
  1. Sign up at orange.com/orange-money and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Orange Money →

Overview

Orange Money — West African mobile money service by Orange telecom. Coverage: Senegal, Cameroon, Ivory Coast, Burkina Faso.

Provider IDorange_money
CategoryMobile Money
Websitedeveloper.orange.com

Supported currencies: XOF, XAF

Supported operations: charge, refund


Authentication

  • Method: OAuth2 Bearer Token
  • Base URL: https://api.orange.com/orange-money-webpay/dev/v1

Configuration

Required Parameters

ParameterDescription
client_idOAuth2 Client ID
client_secretOAuth2 Client Secret
merchant_keyMerchant Key
base_urlBase URL API

Example Configuration

{
"provider": "orange_money",
"provider_params": {
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here",
"merchant_key": "your_merchant_key_here",
"base_url": "https://api.orange.com/orange-money-webpay/dev/v1"
}
}

Status Mapping

Provider Status4pay StatusDescription
SUCCESSchargedPayment successful
INITIATEDchargingPayment initiated
PENDINGchargingAwaiting confirmation
FAILEDrejectedPayment failed
EXPIREDrejectedPayment expired

Resources