Adyen Checkout Utility Service logo

Adyen Checkout Utility Service

Adyen Checkout Utility Service

Adyen Checkout Utility API provides auxiliary operations for Checkout API — originKey generation, payment methods listing, status queries.

Visit site ↗Health checked 9h ago
Use it when

Required companion to Checkout API

Watch for

Not a standalone product — only used during Checkout API integration

First check

POST /v1/originKeys with your site domain to obtain originKey for the frontend Checkout SDK initialization.

Auth
CORS
Yes
HTTPS
Yes
Signup
?
Latency
261 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 261ms
01

About this API

Checkout Utility is an auxiliary API for Adyen Checkout integration — not a standalone product. The most important function is originKey generation — your frontend domain must register with Adyen and obtain an originKey before the frontend Checkout SDK can load (CORS security control). Other capabilities: query payment methods by amount/currency/country (for dynamic display), session status queries. In Checkout API v71+, much of this is merged into the main API; Utility is mainly for older integrations.

02

What you can build

  • 1Generate originKey for Checkout drop-in integration
  • 2Query payment methods available for a given amount/currency
  • 3Session status queries
03

Strengths & limitations

Strengths

  • Required companion to Checkout API
  • Clean metadata-query interface

Limitations

  • Not a standalone product — only used during Checkout API integration
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://support.adyen.com/<endpoint>
05

Getting started

POST /v1/originKeys with your site domain to obtain originKey for the frontend Checkout SDK initialization.

06

FAQ

Do new projects still need Utility API?+

Not necessarily. Checkout API v71+ includes payment methods directly in /sessions — no separate Utility call needed.

07

Technical details

CORS: YesHTTPS: YesSignup: ?Open source: No
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
java, python, javascript, php
Response time
261 ms
Last health check
5/12/2026, 7:36:31 AM
08

Tags

09

More from Adyen