killbill / killbill-adyen-demo

Kill Bill Adyen demo
https://killbill.io
1 stars 5 forks source link
billing killbill payments subscriptions

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
  4. This should display a successful payment page: Screen 3

Credits

Code originally developed by Wovenware.