Skip to content

Instantly share code, notes, and snippets.

@deepu105
Created March 5, 2021 13:13
Show Gist options
  • Save deepu105/84e9d80613843afa55415e23d354f19c to your computer and use it in GitHub Desktop.
Save deepu105/84e9d80613843afa55415e23d354f19c to your computer and use it in GitHub Desktop.
# Clone this repo
$ git clone https://github.com/deepu105/payment-request-api-example
$ cd payment-request-api-example
# Install dependencies
$ npm install
# create a file named `.env` with values `API_KEY="your_Adyen_API_key"` and `MERCHANT_ACCOUNT="your_Adyen_merchant_account"`
$ vi .env
# start application
$ npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment