egladysh / adyen-web-sdk-sample-code

Sample code for Adyen Web SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkout Web SDK server example

! This repository is for demo purposes only !

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.

Requirements

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.

Installation

Deploying this example to Heroku

You can install this example in two ways:

Use this shortcut to deploy to Heroku:
Deploy

Alternatively, clone this repository and deploy it to your own PHP server.

Documentation

For the complete integration guide, refer to the Adyen documentation: https://docs.adyen.com/developers/checkout/web-sdk

License

This repository is open source and available under the MIT license. For more information, see the LICENSE file.

About

Sample code for Adyen Web SDK

License:MIT License


Languages

Language:PHP 82.5%Language:JavaScript 13.4%Language:CSS 4.1%