The Adyen test environment is used during development to build and validate your integration without processing real payments.
What the Test Environment Is For
Use the test environment to:
Develop your integration
Simulate payment flows (success, failure, 3DS, etc.)
Validate frontend and backend behavior
Test webhook handling
All transactions in this environment are simulatedโno real money is moved.
Access
You will receive access to the test environment from Valpay, including:
Test API credentials
Access to the Adyen Customer Area (test)
A configured merchant (including a house account for testing)
Key Characteristics
Uses test API endpoints
Supports test cards and scenarios
Sends test webhooks
Data is not shared with live environment
Limitations
While the test environment is powerful, it may not fully replicate:
Real bank responses
Network latency
Certain edge-case behaviors
Always perform a final validation in production after going live.
Key Takeaway
The test environment is your primary workspace for building and validating your integration safely before moving to production.