Fetch Checkout Configuration
Returns the full checkout configuration for the given checkout code, including all payment methods, their active state, display order, conditions, and required-field overrides.
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.
Path Parameters
The unique identifier of the checkout to retrieve (UUID, 36 chars).
Response
200
Account UUID.
"b91b3970-dbf7-4d6a-b34d-96adbf3a0988"
Checkout UUID.
"8005ca91-dcfb-4428-b9f6-49c6e3446474"
Checkout name.
"Default Checkout"
Checkout description.
""
Whether the checkout is active.
true
Whether the checkout is archived.
false
Organization UUID.
"org-uuid"
Whether this is the root (default) checkout for the account.
true
Creation timestamp (ISO 8601).
"2026-01-01T00:00:00Z"
Last updated timestamp (ISO 8601).
"2026-05-18T13:06:08Z"
List of payment methods configured for this checkout.
General checkout settings.
Feature flags enabled for this checkout.