Skip to content

pabloai/adyen-components-js-sample-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adyen Components sample code

Adyen Checkout Components Sample Code

⚠️ This repository is for demo purposes only

Requirements

To run this project, create a .env file on your project's root folder following the example on .env.default.

MERCHANT_ACCOUNT=MyMerchantAccount
CHECKOUT_APIKEY=MY_CHECKOUT_API_KEY

These variables can be found in Adyen Customer Area. For more information, visit our Get started with Adyen guide.

Installation

Running the PHP Server

Run from the root of the project:

$ cd adyen-components-js-sample-code
$ ./start.sh

A PHP server will start on http://localhost:3000.

Deploying this example to Heroku

Alternatively, you can install this example by using this shortcut to deploy to Heroku:
Deploy

Documentation

For the complete integration guide, refer to the Web Components documentation.

License

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

About

Sample code of Adyen Components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.3%
  • JavaScript 31.6%
  • PHP 13.3%
  • CSS 8.3%
  • Shell 0.5%