项目作者: killbill

项目描述 :
Kill Bill Adyen demo
高级语言: Ruby
项目地址: git://github.com/killbill/killbill-adyen-demo.git
创建时间: 2016-07-21T03:46:31Z
项目社区:https://github.com/killbill/killbill-adyen-demo

开源协议:

下载


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:

  1. 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.