Adyen Checkout integration demo
Run this integration in seconds using Gitpod
- Open your Adyen Test Account and create a set of API keys.
- Go to gitpod account variables.
- Set the
ADYEN_API_KEY
,ADYEN_CLIENT_KEY
,ADYEN_HMAC_KEY
andADYEN_MERCHANT_ACCOUNT variables
. - Click the button below!
NOTE: To allow the Adyen Drop-In and Components to load, you have to add gitpod.io as allowed origin for your chosen set of API Credentials
This repository includes examples of PCI-compliant UI integrations for online payments with Adyen. Within this demo app, we've created a simplified version of an e-commerce website, complete with commented code to highlight key features and concepts of Adyen's API. Check out the underlying code to see how you can integrate Adyen to give your shoppers the option to pay with their preferred payment methods, all in a seamless checkout experience.
Java with Spark Java demos of the following client-side integrations are available in this repository:
- Java 11 (or higher)
- Network access to maven central
The Gradle build will install the following jars from maven central
- Java Spark v2.9.1
- Simple Logging Facade (slf4j-simple v1.7.25)
- Jinjava template v2.7.1
- org.apache.http URLEncodedUtils v4.5.11
- Adyen Java API Library v17.2.0
- Clone this repo
- Make sure you have Java installed
- Copy the
config.properties.example
config file toconfig.properties
with your API key, Client Key - Remember to addhttp://localhost:8080
as an origin for client key, and merchant account name like below:merchantAccount = YourTestMerchantAccount apiKey = YourAPIKey clientKey = YourClientKey
- Run
./gradlew run
- Visit http://localhost:8080 and select an integration type!
NOTE: The application will also automatically pick up on the ADYEN_MERCHANT_ACCOUNT, ADYEN_API_KEY and ADYEN_CLIENT_KEY environment variables in case you do not want to create a config.properties file.
We commit all our new features directly into our GitHub repository. Feel free to request or suggest new features or code changes yourself as well!!
Find out more in our Contributing guidelines.
MIT license. For more information, see the LICENSE file in the root directory