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
13
pub mod account_info;
pub mod account_info_consent;
pub mod api_user_key;
pub mod bcauthorize_response;
pub mod cash_transfer_result;
pub mod invoice;
pub mod oauth2tokenresponse;
pub mod payment_result;
pub mod pre_approval;
pub mod refund_result;
pub mod request_to_pay_result;
pub mod token_response;
pub mod transfer_result;