Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.38 KB

File metadata and controls

40 lines (28 loc) · 1.38 KB

MTN MoMo Payment Gateway

This project provides a PHP-based integration with the MTN Mobile Money (MoMo) API. It facilitates seamless payment processing, enabling users to make transactions using MTN MoMo.

Requirements

  • PHP 7.2 or higher
  • Composer
  • CURL
  • OpenSSL
  • Momo API account

Features

  • Simple API Integration: Easily integrate MTN MoMo payment functionalities into your application.
  • Secure Transactions: Built-in security measures to ensure safe payment processing.
  • UUID Generation: Generate unique identifiers for transactions.
  • Logging: Monitor API requests and responses for better debugging and tracking.
  • Environment Management: Securely manage sensitive information like API keys and secrets.

Momo API Links

Momo API Products

  • Collection: Receive payments from customers.
  • Collection Widget: Integrate payment gateway into your website or application.
  • Disbursement: Send payments to customers.
  • Remittances: Manage cross-border payments.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/mtn-momo-payment-gateway.git
    cd mtn-momo-payment-gateway