This PHP server example is intended to help developers to get quickly up and running with our Checkout JavaScript SDK.
Always ask a backend developer to create an implementation of our checkout product.
To run this web checkout example, add the following file config/authentication.ini and create variables:
merchantAccount= "YOUR MERCHANT ACCOUNT".
checkoutAPIkey= "YOUR CHECKOUT API KEY".
These variables can be found in Adyen Customer Area. For more information, visit our Getting Started guide.
You can install this example in two ways:
Use this shortcut to deploy to Heroku:
Alternatively, clone this repository and deploy it to your own PHP server.
For the complete integration guide, refer to the Adyen documentation: https://docs.adyen.com/developers/checkout/web-sdk
This repository is open source and available under the MIT license. For more information, see the LICENSE file.