aba_payway
A Flutter plugin for the ABA PayWay merchant payment gateway, supporting partner registration, and self-activation onboarding in Cambodia.
0.0.1-beta.2
huypanha/aba_payway
What this package is like to depend on
Last release 2 months ago
29 May 2026
Too new to tell
only 2 dated releases
Unknown
no stable releases
Nothing withdrawn
no release was ever pulled
2 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · May 2026 to May 2026Releases
latest 2-
0.0.1-beta.229 May 2026 pre-releaseRelease notes
Open source →- Rename
getMerchantByRegisterReftoinquiryMerchantByRefand update associated response models for consistency. - Implement
inquiryMerchantByKeyandABAInquiryMerchantByKeyRequestModelto support credential inquiries via existing merchant keys. - Remove the unused
merchantIdparameter fromABAPaywayandApiServiceinitializers. - Refactor
opensslEncryptto acceptStringinputs instead ofMap, ensuring proper JSON encoding before encryption. - Update
generateHashutility to usepublicKeyas the HMAC key instead ofpartnerId. - Expand the example application and
README.mdto demonstrate new registration and inquiry flows. - Bump package version to
0.0.1-beta.2and updateCHANGELOG.md.
Release notes
Open source →✨ New Features
- Added support for configuring existing API keys with
inquiryMerchantByKey. - Introduced
ABAInquiryMerchantByKeyRequestModelfor API key inquiry requests.
🛠️ Refactoring & Improvements
- Renamed
getMerchantByRegisterReftoinquiryMerchantByRef. - Renamed
ABAGetMerchantResponseModeltoABAInquiryMerchantResponseModeland updated associated models. - Removed unused
merchantIdparameter fromABAPaywayandApiServiceinitializers. - Updated
opensslEncrypthelper function to accept aStringinstead ofMap<String, dynamic>. - Updated
generateHashto acceptpublicKeyinstead ofpartnerIdfor HMAC key generation.
🐛 Bug Fixes
- Fixed openssl encryption logic to JSON-encode requests properly before encryption.
📝 Documentation & Examples
- Updated
README.mdwith newinquiryMerchantByRefandinquiryMerchantByKeyintegration steps. - Updated the example app (
example/lib/main.dart) to demonstrate registration status and API key credential inquiry.
- Rename
-
0.0.1-beta.129 May 2026 pre-release