Adyen Checkout API

Description

Adyen Checkout API provides a simple and flexible way to initiate and authorise online payments. You can use the same integration for payments made with cards (including 3D Secure), mobile wallets, and local payment methods (for example, iDEAL and Sofort).

This API reference provides information on available endpoints and how to interact with them. To learn more about the API, visit online payments documentation.

Authentication

Each request to Checkout API must be signed with an API key. For this, get your API key from your Customer Area, and set this key to the X-API-Key header value, for example:

curl
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
...

Versioning

Checkout API supports versioning using a version suffix in the endpoint URL. This suffix has the following format: “vXX”, where XX is the version number.

For example:

https://checkout-test.adyen.com/v70/payments

Going live

To access the live endpoints, you need an API key from your live Customer Area.

The live endpoint URLs contain a prefix which is unique to your company account, for example:

https://{PREFIX}-checkout-live.adyenpayments.com/checkout/v70/payments

Get your {PREFIX} from your live Customer Area under Developers > API URLs > Prefix.

When preparing to do live transactions with Checkout API, follow the go-live checklist to make sure you’ve got all the required configuration in place.

Release notes

Have a look at the release notes to find out what changed in this version!

Use this page to mock Adyen Checkout API in your testing and development.

Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of Adyen Checkout API, which will allow you to keep building and testing even if the actual API you isn't currently available.

Related mocks

Transfers API

The Transfers API provides endpoints

Adyen Checkout Utility Service

A web service containing utility

Adyen Stored Value API

A set of API endpoints to manage stored

Adyen Test Cards API

The Test Cards API provides endpoints

Adyen Balance Control API

The Balance Control API lets you

Management API

Configure and manage your Adyen company

Ready to accelerate your development flow

Shorter release cycles, more predictable schedules and fewer defects in production.
Start Mocking for Free *Free forever. No credit card needed