hyperpay_sdk 1.0.5
hyperpay_sdk: ^1.0.5 copied to clipboard
Flutter plugin for HyperPay (OPPWA) Mobile SDK v7.4.0. ReadyUI, CustomUI, Apple Pay, Google Pay, MADA, tokenization, and 3DS2.
1.0.5 #
- Fix Apple Pay on iOS rejected by HyperPay with
200.300.404 invalid or missing parameter—shopperResultURLwas set on the card path but not onOPPApplePayPaymentParamsbefore submission, so wallet payments reached HyperPay without it. Now mirrors the card flow and assignsshopperResultURLon the Apple Pay params before submitting the transaction.
1.0.4 #
- Fix Apple Pay cancel hanging forever on iOS —
pendingResultwas never called when user dismissed the payment sheet
1.0.3 #
- Added Apple Pay Merchant ID configuration guide with screenshots
- Fixed README links to use absolute URLs for pub.dev compatibility
1.0.2 #
- Fix package description length for pub.dev validation
1.0.1 #
- Redesigned example app with multi-screen layout (splash, home, saved cards)
- Added "Add Card" flow — tokenize cards without making a payment (PA + createRegistration)
- Extracted shared business logic into PaymentService
- Custom card form now opens in a modal bottom sheet
- Added .env.example for easier example app setup
- Added screenshots to README
- Added production integration guide with backend flow diagram
- Added UI color customization documentation
1.0.0 #
- Initial release wrapping HyperPay OPPWA Mobile SDK v7.4.0
- ReadyUI and CustomUI payment flows
- Support for VISA, MasterCard, MADA, Apple Pay, Google Pay, STC Pay
- Tokenization / stored cards
- 3DS2 authentication
- Test and Live payment modes
- Shopper result URL / callback scheme handling
- Payment status checking