v1

latestOpenAPI 3.1.02026-07-266133267.6 KB

Update Checkout

To update the checkout

put/v3/checkout/{id}

Path parameters

idstring required

Checkout id

Request body

metadatastring json

Set of key-value pairs that can be attached to the object (JSON string format)

Example request

{
  "metadata": "{\"key1\": \"value1\", \"key2\": \"value2\"}"
}

Response

200

statusstring

Indicates the status of the API response.

messagestring

Describes the result of the checkout session creation.