Backend source code for the YouTube livestream on 2023-09-20
npm i
mv .env.example .env
- Add your Adyen API key and secret to the
.env
file npm start
to run the server
Running curl -X POST http://localhost:8080/payments/sessions
should return you an object with the sessionData
and the id
.