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