Skip to main content
PATCH
Update a client-session

Authorizations

Authorization
string
header
required

Authentication header of the form api key, where api key is your organization api key.

Headers

X-API-Version
enum<string>
default:1.0.0
required

Specifies the version of the API to use

Available options:
1.0.0

Path Parameters

id
string
required

The ID of the client session to update

Body

application/json

Update session data

customer
object
options
object
payment
object
plan
object
subscription
object

Response

OK

currency_details
object

Currency-specific pricing and display information

customer
object

Customer information associated with the client session

expiry_date
string

Expiration date and time of the client session

Example:

"2021-08-12T16:14:08.578695"

id
string

ClientSession is a unique session identifier generated for the client

Example:

"d3b07384-d9a5-4d16-a5b1-3fa3d9b0b123"

payment
object

Payment information associated with the client session

plan
object

Plan information associated with the client session

subscription
object

Subscription information associated with the client session