Adyen Checkout demo server

You have reached the Adyen demo server. Use this example to support your native iOS or Android application development while your backend team works on the server-side component needed to complete full checkout integration.

Please note that this demo server is available only on the test platform and does not support live payments. Always switch to your own server implementation before going live.

Set up a payment

HTTP-POST your JSON paymentSession request to:
/demoserver/paymentSession
Make sure to supply the following header:
x-demo-server-api-key: retrieve "Checkout Demo Server API Key" from the Customer Area

Verify a payment

HTTP-POST your JSON verification request to:
/demoserver/payments/result
Make sure to supply the following header:
x-demo-server-api-key: retrieve "Checkout Demo Server API Key" from the Customer Area

See also