Inspired from the Adyen Drop-In implementation.
- Kill Bill is already setup
- The default tenant (bob/lazar) has been created
- The Adyen plugin is installed and configured
- Obtain Adyen credentials as explained here and set the corresponding values in the
application.properties
file. - Obtain a client key as explained here and set it in the
application.properties
file. - Add the demo URL (
http://localhost:8084/
) as an allowed origin in Adyen as explained here.
To run the app:
mvn spring-boot:run
- Go to http://localhost:8084/.
- Enter amount as
20
and click Checkout: - Enter the following card details and click Pay (See Adyen Test Card Numbers):
Code originally developed by Wovenware.