adyen_checkout 1.0.0
adyen_checkout: ^1.0.0 copied to clipboard
Adyen checkout library for Flutter. Accept payments with cards, wallets and local payment methods in your app using our Drop-in and Components.
Adyen Flutter #
The Adyen Flutter package provides you with the building blocks to create a checkout experience for your shoppers, allowing them to pay using the payment method of their choice. This is an overview of the payment methods that you can add to your online payments integration.
You can integrate with the following:
- Drop-in: an out-of-the-box Flutter wrapper for native iOS and Android Drop-in that includes all available payment methods for your shoppers to choose.
- Components: Flutter widgets for native iOS and Android Adyen Components. You use one Component
for each payment method. We currently offer the following Components:
- Card Component: allows shoppers to pay with card. Stored cards are also supported.
- Google Pay Component: renders a Google Pay button.
- Apple Pay Component: renders an Apple Pay button.
- Instant Component: supports payment methods that do not require additional input fields, like PayPal, Klarna and many more.
iOS | Android |
---|---|
Contributing #
Follow our guidelines to provide feedback and contribute the following to this repository:
- New features and functionality
- Bug fixes and resolved issues
- General improvements
We merge each pull request into the main
branch. We aim to keep it in good shape so that we can
release a new version when we need to.
Before you begin #
- Get an Adyen test account.
- Get your Client key. Your client app does not communicate with the Adyen API directly.
- Get your API key. You need the API key to make requests from your server .
- Set up your webhooks to get the payment outcome.
Required versions:
- Checkout API v71 or later.
- iOS 12 or later.
- Android 5.0 or later.
- Android Gradle plugin 8.1 or later.
- Kotlin 1.8 or later.
Integration #
Depending on the server-side flow you use, follow corresponding the integration guide in our documentation.
Sessions flow #
Advanced flow #
Customization #
You can customize the styling of the user interface. Follow the guides for each platform:
- UI customization
Support #
If you have a feature request, or spotted a bug or a technical problem, create a GitHub issue. For other questions, contact our Support Team via Customer Area or via email: support@adyen.com
See also #
License #
MIT license. For more information, see the LICENSE file.