Skip to main content
PUT
Update Checkout

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Checkout id

Body

application/json
metadata
string<json>

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

Example:

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

items
array

List of items in the invoice

Response

200 - application/json

200

status
string

Indicates the status of the API response.

message
string

Describes the result of the checkout session creation.

data
object

Contains all details related to a checkout session.