Skip to main content
PATCH
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.

Headers

X-Idempotency-Key
string

Client-generated UUID. Re-sending the same request with the same key is safe and will not double-publish.

Path Parameters

checkout_code
string
required

The UUID of the checkout to update.

Body

application/json
payment_methods
object[]
required

Payment methods to upsert. Only included methods are updated — omitted methods retain their previous state.

general_settings
object

General checkout settings.

Response

200

code
string

Checkout UUID.

Example:

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

updated_at
string

Timestamp of the update.

Example:

"2026-05-18T14:00:00Z"