Mobile SDKs
Flutter SDK
9min
Easily accept payments through Apple Pay or Credit Card (with managed 3DS step) in your Flutter app with Moyasar.
Use this plugin to support:
- Apple Pay: Quickly and safely accept Apple Pay payments.
- Credit Card: Easily accept many card companies while not worrying about managing the required 3DS step.
Complete the following steps to easily accept Apple Pay payments:
- Follow Apple Pay Using Developer Account to set up your Apple developer account and integrate it with Moyasar.
Due to depending on the flutter_webview package to manage the 3DS step, make sure to set the correct minSdkVersion in android/app/build.gradle if it was previously lower than 21:
This upgrade changes how Apple Pay is configured. Do the following changes to complete the upgrade:
- Delete the default_payment_profile_apple_pay.json file under your assets file.
- Update the paymentConfig instance to include the new applePay configuration.
Updated 01 Sep 2024
Did this page help you?