项目作者: killbill
项目描述 :
Kill Bill Adyen demo
高级语言: Ruby
项目地址: git://github.com/killbill/killbill-adyen-demo.git
Kill Bill Adyen demo
Inspired from the Adyen Drop-In implementation.
Prerequisites
Set up
- 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.
Run
To run the app:
mvn spring-boot:run
Test
- 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):
- Card Number: 5100 0600 0000 0002
- Expiry Date: 12/29
- CVV: 737
- Name on card: John Doe

- This should display a successful payment page:

Credits
Code originally developed by Wovenware.