Skip to main content
GET
Fetch Checkout Configuration
This API is in Beta. Endpoints and schemas may change without prior notice.

Authorizations

PUBLIC-API-KEY
string
header
required

Merchant public API key. Found in Yuno dashboard → Settings → API Keys.

PRIVATE-SECRET-KEY
string
header
required

Merchant private secret key, paired with the public key. Never embed in client-side code.

X-Account-Code
string
header
required

UUID of the merchant account scope for the request. The tenant is resolved only from this header.

Path Parameters

checkout_code
string
required

The unique identifier of the checkout to retrieve (UUID, 36 chars). Non-UUID values are rejected with 400 before processing.

Response

The custom checkout, with configuration and styling composed.

id
string

Checkout UUID (the checkout_code).

Example:

"8005ca91-dcfb-4428-b9f6-49c6e3446474"

name
string

Checkout name.

Example:

"Main Checkout"

description
string

Checkout description.

status
string

Checkout status.

Example:

"PUBLISHED"

is_default
boolean

Whether this is the account's default checkout.

Example:

true

created_at
string

Creation timestamp (ISO 8601).

updated_at
string

Last updated timestamp (ISO 8601).

config
object

Checkout configuration.

styling
object

Checkout styling and SDK settings: styles, settings, flags, external_fonts, payment_link_styles.