Skip to main content

updateCheckoutConfig

A new checkout config is created or updated if it already exists

Path Parameters
id string REQUIRED

This is optional. If you don't pass an ID, a new config will be created. If you pass an ID, the config will be created.

Request Body
name string REQUIRED
config object REQUIRED
Responses
200

Checkout config for the updated id.

Schema
id string REQUIRED
name string REQUIRED
by string REQUIRED
config object REQUIRED
createdAt date-time
updatedAt date-time
401

User is not authenticated.

Schema
message string