mtnmomo 0.1.9

MTN Momo Payment API for Rust, with support for both the Sandbox and Production environments. All products are supported: Collections, Disbursements and Remittances.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod access_token;
pub mod bc_authorize;
pub mod cash_transfer;
pub mod create_payment;
pub mod delivery_notification;
pub mod invoice;
pub mod invoice_delete;
pub mod pre_approval;
pub mod provisioning;
pub mod refund;
pub mod request_to_pay;
pub mod transfer;