MoneyHash Flutter SDK
The MoneyHash Flutter SDK allows developers to integrate MoneyHash payment processing into their web applications. The SDK provides a simple and convenient way to accept customer payments, manage subscriptions, and send payouts.
Get started with our 📚 integration guides
Upgrading to a new version of the SDK? changelog.
Releases
Check out the changelog to view a summary of changes for each release.
Installation
Follow these steps to install the SDK in your Flutter project.
flutter pub add moneyhash_payment
This will add a line like this to your package's pubspec.yaml with the package including the latest version:
dependencies:
moneyhash_payment: ^{{latest_version}}
Import it
Now in your Dart code, you can use:
import 'package:moneyhash_payment/moneyhash_payment.dart';
Libraries
- data/apple_pay/apple_pay_receipt_params
- data/apple_pay_configuration
- data/balances
- data/bank_account_status
- data/bank_account_tokenization_status
- data/card/card_brand
- data/card/card_field_state
- data/card/card_field_type
- data/card_form_configuration
- data/card_token_data
- data/collectible_billing_data
- data/custom_field_value
- data/discount/discount_data
- data/discount/discount_item
- data/discount/discount_type
- data/fee/fee_data
- data/fee/fee_item
- data/google_pay/native_google_pay_config
- data/input_field
- data/installment_data
- data/intent_details
- data/intent_methods
- data/intent_operation
- data/intent_result
- data/intent_state
- data/intent_type
- data/language/language
- data/last_used_method
- data/lookup_data
- data/method_metadata
- data/methods/get_methods_params
- data/native_pay_data
- data/native_pay_receipt
- data/payment_status
- data/product_item
- data/render_strategy
- data/saved_bank_account
- data/subscription/subscription_info
- data/subscription/subscription_plan
- data/subscription/subscription_plan_group
- data/subscription/subscription_plan_groups_response
- data/subscription/subscription_status
- data/tokenize_card_info
- data/vault_data
- error/mh_exception
- log/log_level
- moneyhash_payment
- style/embed_input_style
- style/embed_input_view_style
- style/embed_loader_style
- style/embed_style
- vault/card_collector
- vault/card_form_builder
- vault/widget/secure_text_field