splashpay_sdk 1.1.0
splashpay_sdk: ^1.1.0 copied to clipboard
A standalone Flutter/Dart SDK for integrating the SplashPay Tanzania REST API. Supports Mobile Money payments, status checks, cancellations, and webhook helpers.
Changelog #
All notable changes to this project will be documented in this file.
1.1.0 #
- Add
PaymentStatus.isSuccess/isFailure/isTerminalhelpers for Flutter apps that proxy through a backend. - Accept backend aliases in
PaymentStatus.fromString(paid,reject/rejected,canceled). - Add
SplashPay.forMerchantnamed constructor; document that merchant credentials must stay server-side. - Expand README “Backend proxy” guidance for secure Flutter → Backend → SplashPay architecture.
1.0.0 #
- Initial release of the standalone SplashPay SDK.
- Mobile Money payment initiation with PUSH TO PAY.
- Payment status check.
- Cancel payment .
- Idempotency key support with automatic deterministic key generation.