google-pay / live-integrations-adyen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

live-integrations-adyen

Backend source code for the YouTube livestream on 2023-09-20

Running the server

  1. npm i
  2. mv .env.example .env
  3. Add your Adyen API key and secret to the .env file
  4. npm start to run the server

Testing

Running curl -X POST http://localhost:8080/payments/sessions should return you an object with the sessionData and the id.

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%