payengine 2.1.0
payengine: ^2.1.0 copied to clipboard
The PayEngine Flutter SDK allows you to build delightful payment experiences in your native Android and iOS apps using Flutter
2.1.0 #
Added #
1. HSA/FSA Card Detection
The Card Token Creation response now includes a new field:
prepaidBenefits– Indicates whether the card is identified as an HSA/FSA or other eligible prepaid benefits card.
This enables downstream logic to differentiate standard debit/credit cards from benefits cards at the time of tokenization.
2. Environment Indicator
A new field has been added to PECard:
env– Identifies the environment in which the card was created. Example values:"sandbox","production"
This helps ensure proper environment validation and prevents cross-environment token usage.
3. Enhancements to CardData
The following optional fields have been added to CardData to support expanded use cases and richer metadata:
merchantIdemailphoneNumbersurchargeAllowednetworkTokenizeaddressLine1addressLine2addressCountryaddressCityaddressStatestorePaymentMethodexpiresAtcountrytypeprepaidBenefits
2.0.9 #
- Securefields optional merchant ID and allow to send additional data in
tokenizemethod
2.0.8 #
- Upgrade native libs to support WAF
2.0.7 #
- Fix dependency and readme file
2.0.6 #
- Fix android in release mode
2.0.2 #
- Fix additional fields issue
2.0.1 #
- Apple Pay and Google Pay
2.0.0 #
- Migrated to PayEngine SDK with more stability and functionalities
1.5.11 #
- Support Flutter theme via brightness attribute
1.5.10 #
- Fixed text field's border on iOS in dark mode
- Fixed Gson obfuscation issue on android
1.5.9 #
- Fixed dependency version to 1.12.0
1.5.8 #
- Update README for usage
1.5.7 #
- Support additional fields for credit card form. see README for more information
1.5.6 #
- Upgraded dependencies
1.5.5 #
- Support legacy iOS and some improvements
1.5.4 #
- Minor bug fixes
1.5.3 #
- Minor bug fixes
1.5.2 #
- Minor bug fixes
1.5.1 #
- Added webcomponent support
- Added Securefields support for iOS
1.5.0 #
- Added support for SecureFields on Android
0.0.1 #
- Initial version of PayEngine SDK