Orange Money Integration
Learn how to integrate Orange Money payments into your application using the ZoPay API.
Initiate Payment
Use the payment initiation endpoint to start an Orange Money transaction.
POST /api/v1/payments/orange-money
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"amount": 1000,
"currency": "XOF",
"phoneNumber": "+225987654321",
"description": "Payment for order #123"
}