You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Run this integration in seconds using [Gitpod](https://gitpod.io/)
8
-
9
-
* 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).
10
-
* Go to [gitpod account variables](https://gitpod.io/variables).
11
-
* Set the `ADYEN_API_KEY`, `ADYEN_CLIENT_KEY`, `ADYEN_HMAC_KEY` and `ADYEN_MERCHANT_ACCOUNT` variables.
12
-
* Click the button below!
13
-
14
-
[](https://gitpod.io/#https://github.com/adyen-examples/adyen-php-online-payments)
15
-
16
-
_NOTE: To allow the Adyen Drop-In and Components to load, you have to add `https://*.gitpod.io` as allowed origin for your chosen set of [API Credentials](https://ca-test.adyen.com/ca/ca/config/api_credentials_new.shtml)_
17
-
18
6
## Details
19
7
20
8
This repository includes examples of PCI-compliant UI integrations for online payments with Adyen. Within this demo app, you'll find 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.
@@ -97,9 +85,8 @@ This sample application provides a simple webhook integration exposed at `/api/w
97
85
98
86
Your endpoint that will consume the incoming webhook must be publicly accessible.
99
87
100
-
There are typically 3 options:
88
+
There are typically 2 options:
101
89
* deploy on your own cloud provider
102
-
* deploy on Gitpod
103
90
* expose your localhost with tunneling software (i.e. ngrok)
104
91
105
92
#### Option 1: cloud deployment
@@ -108,14 +95,7 @@ If you deploy on your cloud provider (or your own public server) the webhook URL
0 commit comments