malipo 1.1.1
malipo: ^1.1.1 copied to clipboard
Official Flutter/Dart SDK for the Malipo Payment Gateway. Securely accept Mobile Money payments (Vodacom MPesa, Orange Money, Airtel Money) in the DRC.
1.1.1 #
- Bug Fix: Corrected base URL to include
/v1/prefix for all API requests. - Improvement: Enhanced error handling to gracefully manage non-JSON responses from the API (e.g., HTML 404 pages), preventing JSON parsing errors.
- Updated
X-Client-Infotomalipo-flutter/1.1.1.
1.1.0 #
- Added support for Refunds API: Initiate full or partial refunds for successful transactions.
- Added support for Hosted Checkout Sessions: Programmatically create hosted payment links for dynamic checkout flows.
- Updated
MalipoTransactionto include settlement fields and thedeclinedstatus. - Added new models:
MalipoRefund,RefundCreateParams,MalipoCheckoutSession, andCheckoutSessionCreateParams.
1.0.0 #
- Initial release of the official Malipo Flutter SDK.
- Support for initiating mobile money charges (Vodacom, Orange, Airtel).
- Transaction retrieval and status checking.
- Sandbox and Live balance checking.
- Webhook signature verification utility.
- Strongly-typed models and error handling via
MalipoException.