Skip to main content
POST
Confirm Subscription Update

授权

X-API-KEY
string
header
必填

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

请求头

X-Timestamp
string
必填

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

示例:

"1783513683000"

路径参数

id
string
必填

Unique identifier of the subscription

请求体

application/json

Subscription update confirmation request

Parameters required to confirm a subscription upgrade or downgrade.

priceSnapshotId
string
必填

Target price snapshot ID returned by the preview API.

quantity
integer
默认值:1

Number of units for the target price. Optional; defaults to 1 when omitted. null and values below 1 are invalid.

必填范围: x >= 1
promotionCode
string

Promotion code to apply to the updated subscription.

响应

Subscription update confirmed successfully

code
integer<int32>

Response status code, 200 when success

示例:

200

msg
string

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

示例:

"success"

data
object

Result returned after confirming a subscription update.