Skip to main content
POST
Expire Checkout Session

Authorizations

X-API-KEY
string
header
required

Your secret API key obtained from the Clink dashboard (Developers section)

Headers

X-Timestamp
string
required

Current timestamp in milliseconds since Unix epoch (required for request signing)

Example:

"1783513683000"

Path Parameters

id
string
required

Unique identifier of the checkout session to expire

Response

Checkout session expired successfully; returns the session with status expired

code
integer<int32>

Response code, 200 when success

msg
string

Brief description of what happened, 'success' when happy case

Example:

"success"

data
object