This Docker container allows you to generate the client side encrypted payload for Adyen using a simple web interface.
With the generated payload, you can use it to authorise a payment through the Adyen API.
Alternative test cards are available on the Adyen Test Cards Page.
Pull the image from Docker with:
docker pull imacatlol/adyen-card-testerThen run the container with the following command and replace ADYEN_KEY with your Adyen public key.
docker run -d --name adyen-card-tester \
-p 127.0.0.1:4444:4444 \
-e ADYEN_KEY="adyen public key" \
imacatlol/adyen-card-testerOnce the container has started you can open the app in your browser.
open http://127.0.0.1:4444Press submit to view the encrypted payload.