Fetch Checkout Configuration
Retrieves the configuration of a checkout session by its checkout code
Authorizations
Merchant public API key. Found in Yuno dashboard → Settings → API Keys.
Merchant private secret key, paired with the public key. Never embed in client-side code.
UUID of the merchant account scope for the request. The tenant is resolved only from this header.
Path Parameters
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.
Checkout UUID (the checkout_code).
"8005ca91-dcfb-4428-b9f6-49c6e3446474"
Checkout name.
"Main Checkout"
Checkout description.
Checkout status.
"PUBLISHED"
Whether this is the account's default checkout.
true
Creation timestamp (ISO 8601).
Last updated timestamp (ISO 8601).
Checkout configuration.
Checkout styling and SDK settings: styles, settings, flags, external_fonts, payment_link_styles.