Skip to content

killbill/killbill-adyen-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kill Bill Adyen demo

Inspired from the Adyen Drop-In implementation.

Prerequisites

Set up

  1. Obtain Adyen credentials as explained here and set the corresponding values in the application.properties file.
  2. Obtain a client key as explained here and set it in the application.properties file.
  3. Add the demo URL (http://localhost:8084/) as an allowed origin in Adyen as explained here.

Run

To run the app:

mvn spring-boot:run

Test

  1. Go to http://localhost:8084/.
  2. Enter amount as 20 and click Checkout: Screen 1
  3. Enter the following card details and click Pay (See Adyen Test Card Numbers):
  • Card Number: 5100 0600 0000 0002
  • Expiry Date: 12/29
  • CVV: 737
  • Name on card: John Doe Screen 2
  1. This should display a successful payment page: Screen 3

Credits

Code originally developed by Wovenware.