Version: 1.0.1
Installation
Easily accept payments through Apple Pay or Credit Card (with managed 3DS step) in your Flutter app with Moyasar.
Features
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.
Getting Started
Prerequisites
Accepting Apple Pay Payments on iOS
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.
- Follow this guide to enable accepting Apple Pay in your application using Xcode.
Accepting Credit Card Payments on Android
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:
android {
defaultConfig {
minSdkVersion 21
}
}
Installation
flutter pub get moyasar