mirror of
https://github.com/jlengrand/adyen-java-spark-online-payments.git
synced 2026-03-09 23:51:20 +00:00
Puts Gitpod first
This commit is contained in:
committed by
GitHub
parent
28e8f078d6
commit
4a5784b55c
25
README.md
25
README.md
@@ -1,5 +1,19 @@
|
||||
# [Adyen Checkout](https://docs.adyen.com/checkout) integration demo
|
||||
|
||||
## Run this integration in seconds using [Gitpod](https://gitpod.io/)
|
||||
|
||||
* Open your [Adyen Test Account](https://ca-test.adyen.com/ca/ca/overview/default.shtml) and create a set of [API keys](https://docs.adyen.com/user-management/how-to-get-the-api-key).
|
||||
* Go to [gitpod account variables](https://gitpod.io/variables).
|
||||
* Set the `ADYEN_API_KEY`, `ADYEN_CLIENT_KEY`, `ADYEN_HMAC_KEY` and `ADYEN_MERCHANT_ACCOUNT variables`.
|
||||
* Click the button below!
|
||||
|
||||
[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spark-online-payments)
|
||||
|
||||
_NOTE: To allow the Adyen Drop-In and Components to load, you have to add gitpod.io as allowed origin for your chosen set of [API Credentials](https://ca-test.adyen.com/ca/ca/config/api_credentials_new.shtml)_
|
||||
|
||||
|
||||
## Details
|
||||
|
||||
This repository includes examples of PCI-compliant UI integrations for online payments with Adyen. Within this demo app, we've created a simplified version of an e-commerce website, complete with commented code to highlight key features and concepts of Adyen's API. Check out the underlying code to see how you can integrate Adyen to give your shoppers the option to pay with their preferred payment methods, all in a seamless checkout experience.
|
||||
|
||||

|
||||
@@ -21,17 +35,6 @@ This repository includes examples of PCI-compliant UI integrations for online pa
|
||||
* PayPal
|
||||
* Sofort
|
||||
|
||||
## Run this integration in seconds using [Gitpod](https://gitpod.io/)
|
||||
|
||||
* Open your [Adyen Test Account](https://ca-test.adyen.com/ca/ca/overview/default.shtml) and create a set of [API keys](https://docs.adyen.com/user-management/how-to-get-the-api-key).
|
||||
* Go to [gitpod account variables](https://gitpod.io/variables).
|
||||
* Set the `ADYEN_API_KEY`, `ADYEN_CLIENT_KEY`, `ADYEN_HMAC_KEY` and `ADYEN_MERCHANT_ACCOUNT variables`.
|
||||
* Click the button below!
|
||||
|
||||
[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spark-online-payments)
|
||||
|
||||
_NOTE: To allow the Adyen Drop-In and Components to load, you have to add gitpod.io as allowed origin for your chosen set of [API Credentials](https://ca-test.adyen.com/ca/ca/config/api_credentials_new.shtml)_
|
||||
|
||||
## Requirements
|
||||
|
||||
* Java 11 (or higher)
|
||||
|
||||
Reference in New Issue
Block a user