Payment Method Configuration
Publish Checkout Configuration
Sparse-upsert the checkout’s payment method configuration. Payment methods omitted from the array retain their previous state — they are not removed. To disable a method, include it with is_active: false. Changes take effect immediately on the merchant’s live checkout.
PATCH
This API is in Beta. Endpoints and schemas may change without prior notice.
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.
Headers
Client-generated UUID. Re-sending the same request with the same key is safe and will not double-publish.
Path Parameters
The UUID of the checkout to update.
Body
application/json