Adyen Checkout API
https://checkout-test.adyen.com/v68
Click to copy

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/v68/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/v68/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!

post /applePay/sessions
Get an Apple Pay session
post /cancels
Cancel an authorised payment
post /cardDetails
Get the list of brands on the card
post /donations
Start a transaction for donations
post /orders
Create an order
post /orders/cancel
Cancel an order
post /originKeys
Create originKey values for domains
post /paymentLinks
Create a payment link
get /paymentLinks/{linkId}
Get a payment link
patch /paymentLinks/{linkId}
Update the status of a payment link
post /paymentMethods
Get a list of available payment methods
post /paymentMethods/balance
Get the balance of a gift card
post /paymentSession
Create a payment session
post /payments
Start a transaction
post /payments/details
Submit details for a payment
post /payments/result
Verify a payment result
post /payments/{paymentPspReference}/amountUpdates
Update an authorised amount
post /payments/{paymentPspReference}/cancels
Cancel an authorised payment
post /payments/{paymentPspReference}/captures
Capture an authorised payment
post /payments/{paymentPspReference}/refunds
Refund a captured payment
post /payments/{paymentPspReference}/reversals
Refund or cancel a payment
post /sessions
Create a payment session
get /sessions/{sessionId}
Get the result of a payment session