End-to-end code samples for all of the available Adyen integrations, meant as a reference during implementation.
Download the source code to your local computer:
git clone https://github.com/crrood/adyen_integration_samples.git
Add authentication credentials to config.ini
. See example_config.ini
for file format:
[credentials] # static
merchantAccount = [Your merchant account]
apiKey = [Your webservice user API key]
Change the value of ORIGIN_KEY in js/common.js to the value generated for your webservice user per the below: https://docs.adyen.com/user-management/how-to-get-an-origin-key
Finally, make sure python3 is in your path and run ./update_python_path.sh
to configure the server.
From the base directory, start a server with the supplied script:
./start_server.sh
Then go to localhost:8000 in your browser to view a list of integrations.
Please reach out to [email protected] for any integration-related questions. If you notice a bug in the code, please submit a pull request.