moneyhash_payment 2.2.1 moneyhash_payment: ^2.2.1 copied to clipboard
MoneyHash is a Super-API infrastructure for payment orchestration and revenue operations in emerging markets.
2.2.1 #
- Support Android minSdkVersion 23
2.1.2 #
- Handle Anonymous users billing email when using Google Pay or Apple Pay.
2.1.1 #
- Addition of
setNativeGooglePayConfig
method inMoneyHashSDKBuilder
: Allows setting the Google Pay configuration before performing pay with Google Pay and configuring the environment, supported networks. - Addition of
isReadyForGooglePay
method inMoneyHashSDK
: Checks if the Google Pay is ready to be used. - Addition of
proceedWithGooglePay
method inMoneyHashSDK
: Initiates the payment process with Google Pay. - Addition of
GooglePayData
inNativePay
intent state: Provides the Google Pay data for the payment process. - Docs Link: https://docs.moneyhash.io/docs/apple-pay-native-pay-methods#google-pay/
2.1.0 #
- Deprecation of
getIntentMethods
**: Replaced with the newgetMethods
method. - Renaming of
CardCollector
toCardForm
, Simplifies the card form creation process. - Renaming of
cardFormCollector
tocardForm
Parameter while initializing the SecureTextField. - Deprecation of
CardCollector.setTokenizeCardInfo
, No longer needed. - Introduction of
pay
andcreateCardToken
methods inCardForm
, Provides direct methods for payment processing and card token creation. - Deprecation of
CardCollector.collect("intentId", shouldSaveCard)
, Replaced withcardForm.collect()
without parameters. - Addition of
setPublicKey
method inMoneyHashSDK
: Requires setting the public API key before performing certain operations. - New Intent States**: Two new states,
CardIntentSuccessful
andCardIntentFailed
, specifically for handling card token creation outcomes.
2.0.8 #
- Fix payment type issue in the intent details
2.0.8 #
- Fix payment type issue in the intent details
2.0.7 #
- Handle pod install issue in iOS
2.0.6 #
- Handle dismissing the card form sheet
2.0.5 #
- Handle card brand listener
2.0.4 #
- Release 3DS handling
2.0.3 #
- Handle Saved card flow
- Add support for provider Fields in the intent details
2.0.2 #
- Fix Issue in error handling
2.0.1 #
- Fix ApplePay amount issue in iOS
- Add Support update intent fees and discount
- Support SDK locale
2.0.0 #
- Introduce MoneyHash SDK V2
- Introduce MHException class for the error handling
- Add Support for Card form builder
- Support Native methods rendering
- Support Apple Pay integration for iOS
- Support Card Tokenization using SecureTextFields
1.0.4 #
- Add EmbedStyle option to customize the embed form UI (colors, fonts, etc) for the buttons, inputs, loader
- Fix issue with floating point amounts
1.0.3 #
- Fix renderForm is not working in Android
1.0.2 #
- Fix renderForm is not working in Android
1.0.1 #
- Fix renderForm is not working in Android
1.0.0 #
- Support render native methods
- Support get the intent information directly from the SDK
0.0.3 #
- Update example app.
0.0.2 #
- Update example app.
0.0.1 #
- MoneyHash Flutter SDK for Payment & Payout.