This is the home page of the Adyen POS Mobile SDK for Android. Our mobile solution lets you accept in-person payments on an Android device, using a card reader that is connected via Bluetooth.
The repository contains the following sample applications:
-
app-default
is an example of automatic initialization of the SDK. See README.md. -
app-manual-initialization
is a more advanced example of manual initialization of the SDK. See README.md
To build the project you need to define some variables in your local.properties
file locally.
Documentation on how to generate the API Key to access the Repository can be found here
Also, see the settings.gradle
file on how to switch between the TEST and the LIVE repositories.
# URL and credentials to the Maven repository
adyen.repo.xapikey=<Your SDK Download API key>
# Credentials to the Adyen TEST environment
environment.merchantAccount=<Your merchant account>
environment.apiKey=<Your Merchant Account API key>
See our documentation on docs.adyen.com. See SDK API reference on GitHub.
If you have a feature request, or spotted a bug or a technical problem, please contact our support team.
MIT license. For more information, see the LICENSE file.