Adyen Drop-in demo
A live Adyen Web Drop-in running in Adyen's test environment. Change the configuration on the left and the checkout rebuilds in place, with every API call behind it listed underneath.
.env and restart the server.
API log
checkout-test.adyen.com · v71The calls behind the preview above, in the order they happen. Note where each one comes from: your server creates the session, then the SDK talks to Adyen directly from the browser, and Adyen calls back to your server at the end.
About this demo
This is a live, non-affiliated demo of the Adyen Web Drop-in, version 6 running the Sessions flow. It renders against Adyen's test environment and exposes the component's own configuration as toggles and dropdowns, so a change on the left applies to the checkout straight away rather than after a reload.
The Drop-in is Adyen's all-in-one checkout component. You mount it once and Adyen decides which payment methods to show based on the country, currency and amount in the session, then builds the forms, validates the input and handles redirects and 3D Secure. Switching country here changes the method list because the session changes, not because the page filters anything.
It is built for two audiences at once. If you are evaluating Adyen or comparing hosted checkout options, everything is point and click and you can see how the component behaves without writing any code. If you are integrating it, the Adyen configuration key names sit beside each toggle, and the API log above shows the calls each change produces along with the notification Adyen sends afterwards.
For a written comparison of this component against the Components approach, see Adyen Drop-in vs Adyen Components. Test environment only, no real payments are processed, and no real card details should be entered here.
Personal project by Elie Joseph. Not affiliated with, endorsed by, or officially connected to any payment service provider. All product and company names, logos and brands referenced on this site are property of their respective owners. Playgrounds run against test environments only. No real payments are processed. Use only test data. Never enter real card numbers, real personal information, or any genuine payment details on this site or in any linked test environment.