hyperpay_payment_sdk 1.1.3
hyperpay_payment_sdk: ^1.1.3 copied to clipboard
A Flutter plugin for seamless HyperPay payment gateway integration. Supports ReadyUI & CustomUI, VISA, MasterCard, MADA, STC Pay, and Apple Pay on Android & iOS.
1.1.2 #
- Refactored example app to MVVM architecture (ViewModels, PaymentRepository, AppConstants)
- Improved code structure and separation of concerns in the example
1.1.1 #
- Added Google Pay support on Android (
googlePayUI()) - Added Samsung Pay support on Android (
samsungPayUI()) - Added BIN lookup / card brand detection (
requestBrands()) - Added structured error codes:
PaymentResultData.errorCodefield now populated fromPlatformException.codeon all payment flows - iOS returns
PLATFORM_NOT_SUPPORTEDerror for Google Pay and Samsung Pay calls
1.1.0 #
- Refactor browser redirection and error handling
1.0.0 #
- update IOS SDK 6.14.0